Skip to content

Commit 955d4c0

Browse files
committed
refactor: 유저 정보 갱신 수정
1 parent 61e04f4 commit 955d4c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/example/log4u/common/oauth2/service/CustomOAuth2UserService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ public CustomOAuth2User createUser(OAuth2Response oAuth2Response) {
7676
}
7777

7878
public CustomOAuth2User updateUser(OAuth2Response oAuth2Response, User user) {
79+
7980
user.updateOauth2Profile(oAuth2Response);
81+
8082
userRepository.save(user);
8183

8284
UserCreateRequestDto userCreateRequestDto = UserCreateRequestDto.fromOAuth2Response(

0 commit comments

Comments
 (0)