Skip to content

Commit

Permalink
Merge pull request #112 from 1223v/test
Browse files Browse the repository at this point in the history
Fix: Oauth 폰번호 수정
  • Loading branch information
1223v authored Dec 1, 2023
2 parents d1e6fe8 + cff7f32 commit b822880
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 b822880

Please sign in to comment.