Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ae20007

Browse files
cleanup
1 parent 38afdde commit ae20007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎spring-social/src/main/java/com/example/springsocial/config/SecurityConfig.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
3838
private CustomOAuth2UserService customOAuth2UserService;
3939

4040
@Autowired
41-
private OAuth2AuthenticationSuccessHandler oauth2AuthenticationSuccessHandler;
41+
private OAuth2AuthenticationSuccessHandler oAuth2AuthenticationSuccessHandler;
4242

4343
@Autowired
4444
private OAuth2AuthenticationFailureHandler oAuth2AuthenticationFailureHandler;
@@ -112,7 +112,7 @@ protected void configure(HttpSecurity http) throws Exception {
112112
.userInfoEndpoint()
113113
.userService(customOAuth2UserService)
114114
.and()
115-
.successHandler(oauth2AuthenticationSuccessHandler)
115+
.successHandler(oAuth2AuthenticationSuccessHandler)
116116
.failureHandler(oAuth2AuthenticationFailureHandler);
117117

118118
// Add our custom Token based authentication filter

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /