Skip to content

Commit

Permalink
chore: add log message
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarltj committed Jun 10, 2024
1 parent 4c5d0c3 commit 6795ed9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ private OAuthUserDataResponse decodePayload(String idToken, String nickname, Str
Map<String, Claim> claims = decoded.getClaims();

String providerUid = decoded.getSubject();
String email = claims.get("sub").asString();

String email = claims.get("email").asString();
log.info("email = {}", email);
return OAuthUserDataResponse.builder()
.provider(getAuthProvider().toString())
Expand Down

0 comments on commit 6795ed9

Please sign in to comment.