Skip to content

Commit

Permalink
fix: 소셜로그인 회원가입시 전화번호 자동 생성되게 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Jul 22, 2024
1 parent ed895d1 commit 41cf541
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public Member toEntity(OAuth2UserInfo oAuth2UserInfo, String randomId) {
.name("Uspray")
.userId(randomId)
.password("uspray")
.phone("010-0000-0000")
.socialId(oAuth2UserInfo.getId())
.authority(Authority.ROLE_GUEST)
.build();
Expand Down

0 comments on commit 41cf541

Please sign in to comment.