Skip to content

Commit

Permalink
fix: "애플 소셜 로그인시 이메일 가릴 시 발생하던 에러 해결"
Browse files Browse the repository at this point in the history
  • Loading branch information
seonwoo-jung committed Aug 23, 2024
1 parent b89c13c commit 29ced9e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ public class IdToken {

@JsonProperty("nonce_supported")
private boolean nonceSupported;

@JsonProperty("is_private_email")
private boolean isPrivateEmail;
}

0 comments on commit 29ced9e

Please sign in to comment.