Skip to content

Commit

Permalink
카카오 로그인 관련 추가된 컬럼 처리 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeon-z authored Mar 22, 2024
1 parent 4b078d7 commit 9304dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/packman/dto/auth/KakaoProfileDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ public class KaKaoAccount {
@Data
public static class Profile {
public String nickname;
public String is_default_nickname;
}
}

0 comments on commit 9304dc2

Please # to comment.