Skip to content

Commit

Permalink
Feat: 누락 컬럼 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
tokyj515 committed Aug 3, 2023
1 parent 99869d6 commit 6aae06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/example/neoul/service/UserService.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public UserRes.UserDetailDto signup(UserReq.SignupUserDto signupUserDto) {
.name(signupUserDto.getName())
.phone(signupUserDto.getPhone())
.imageUrl(signupUserDto.getImageUrl())
.birth(signupUserDto.getBirth())
.authorities(Collections.singletonList(authority))
.build();

Expand Down

0 comments on commit 6aae06a

Please sign in to comment.