Skip to content

Commit

Permalink
Merge pull request TeamMajorLink#51 from kchaeeun/develop
Browse files Browse the repository at this point in the history
๐Ÿš‘ [HOTFIX] ์ฒซ ์†Œ์…œ ๋กœ๊ทธ์ธ ์‹œ๋„ ์‹œ providerId ๋ฐ˜ํ™˜ ์˜ค๋ฅ˜
  • Loading branch information
kchaeeun authored Aug 19, 2024
2 parents f650b88 + 8b4d570 commit 803af01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static OAuthAttributes of(SocialType provider, String userNameAttribute,

public static OAuthAttributes ofNaver(Map<String, Object> response) {
OAuthAttributes oAuthAttributes = new OAuthAttributes();
// oAuthAttributes.id = (String) response.get("id");
oAuthAttributes.id = (String) response.get("id");
// oAuthAttributes.email = (String) response.get("email");
// oAuthAttributes.username = (String) response.get("name");
// oAuthAttributes.phone = (String) response.get("phone");
Expand Down

0 comments on commit 803af01

Please sign in to comment.