Commit d644dddcc92da6fb4a474442a726f28d3a46c8fb
Committed by
Andrew Shvayka
1 parent
a563fdab
Removed comment line
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -205,7 +205,6 @@ public class ThingsboardSecurityConfiguration extends WebSecurityConfigurerAdapt | @@ -205,7 +205,6 @@ public class ThingsboardSecurityConfiguration extends WebSecurityConfigurerAdapt | ||
205 | .loginPage("/oauth2Login") | 205 | .loginPage("/oauth2Login") |
206 | .loginProcessingUrl(oauth2Configuration.getClients().values().iterator().next().getLoginProcessingUrl()) | 206 | .loginProcessingUrl(oauth2Configuration.getClients().values().iterator().next().getLoginProcessingUrl()) |
207 | .successHandler(oauth2AuthenticationSuccessHandler); | 207 | .successHandler(oauth2AuthenticationSuccessHandler); |
208 | -// .and().oauth2Login().loginProcessingUrl(); | ||
209 | } | 208 | } |
210 | } | 209 | } |
211 | 210 |