Commit d644dddcc92da6fb4a474442a726f28d3a46c8fb

Authored by Volodymyr Babak
Committed by Andrew Shvayka
1 parent a563fdab

Removed comment line

... ... @@ -205,7 +205,6 @@ public class ThingsboardSecurityConfiguration extends WebSecurityConfigurerAdapt
205 205 .loginPage("/oauth2Login")
206 206 .loginProcessingUrl(oauth2Configuration.getClients().values().iterator().next().getLoginProcessingUrl())
207 207 .successHandler(oauth2AuthenticationSuccessHandler);
208   -// .and().oauth2Login().loginProcessingUrl();
209 208 }
210 209 }
211 210
... ...