Skip to content

Commit

Permalink
Merge pull request #213 from marinesnow34/test
Browse files Browse the repository at this point in the history
Fix: 유저 생성 point 0
  • Loading branch information
marinesnow34 authored Mar 24, 2024
2 parents 40b8efa + 5f486ff commit ac8aa76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public UserInfo toEntity(SocialType socialType, OAuth2UserInfo oauth2UserInfo) {
.nickName(oauth2UserInfo.getNickName())
.imageUrl(oauth2UserInfo.getImageUrl())
.role(Role.GUEST)
.point(0L)
.build();
}
}

0 comments on commit ac8aa76

Please sign in to comment.