Skip to content

Commit

Permalink
Fix: Oauth 폰번호 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
1223v committed Dec 1, 2023
1 parent d1e6fe8 commit cff7f32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public UserInfo toEntity(SocialType socialType, OAuth2UserInfo oauth2UserInfo) {
.socialType(socialType)
.socialId(oauth2UserInfo.getId())
.email(oauth2UserInfo.getEmail())
.phone(oauth2UserInfo.getId())
.phone(oauth2UserInfo.getPhoneNumber())
.age(oauth2UserInfo.getAge())
.birth(oauth2UserInfo.getBirth())
.nickName(oauth2UserInfo.getNickName())
Expand Down

0 comments on commit cff7f32

Please sign in to comment.