Comment is deleted.

This commit is contained in:
abirkhan04 2018-01-17 16:48:54 +06:00
parent bc8caf3266
commit 83c71dd524
1 changed files with 1 additions and 3 deletions

View File

@ -19,8 +19,6 @@ public class WebSecurityConfigurer
extends
WebSecurityConfigurerAdapter {
// @Autowired
// private OAuth2ClientContext oauth2ClientContext;
@Override
protected void configure(HttpSecurity http)
@ -53,4 +51,4 @@ public class WebSecurityConfigurer
}
}
}