We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e04f4 commit 955d4c0Copy full SHA for 955d4c0
src/main/java/com/example/log4u/common/oauth2/service/CustomOAuth2UserService.java
@@ -76,7 +76,9 @@ public CustomOAuth2User createUser(OAuth2Response oAuth2Response) {
76
}
77
78
public CustomOAuth2User updateUser(OAuth2Response oAuth2Response, User user) {
79
+
80
user.updateOauth2Profile(oAuth2Response);
81
82
userRepository.save(user);
83
84
UserCreateRequestDto userCreateRequestDto = UserCreateRequestDto.fromOAuth2Response(
0 commit comments