Skip to content

Commit

Permalink
Kakao login thumbnail 해결 #4
Browse files Browse the repository at this point in the history
  • Loading branch information
haeyeon0106 committed Mar 19, 2023
1 parent 9538b92 commit 8f78704
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private static OAuth2Attribute ofKakao(String attributeKey, Map<String,Object> a
return OAuth2Attribute.builder()
.name((String)kakaoProfile.get("nickname"))
.email((String) kakaoAccount.get("email"))
.picture((String)kakaoProfile.get("thumbnail_image"))
.picture((String)kakaoProfile.get("profile_image_url"))
.attributes(kakaoAccount)
.attributeKey(attributeKey)
.build();
Expand Down

0 comments on commit 8f78704

Please sign in to comment.