Skip to content

Commit

Permalink
fix: 카카오 로그인 관련 추가된 컬럼 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeon-z committed Mar 22, 2024
1 parent 9cfb5f3 commit 3f4dccb
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 3f4dccb

Please sign in to comment.