Skip to content

Commit

Permalink
Feat: 누락 컬럼 추가
Browse files Browse the repository at this point in the history
Feat: 누락 컬럼 추가
  • Loading branch information
tokyj515 authored Aug 3, 2023
2 parents 578abde + 6aae06a commit 0280869
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 0280869

Please sign in to comment.