Skip to content

Commit

Permalink
πŸš‘ [HOTFIX] 첫 μ†Œμ…œ 둜그인 μ‹œλ„ μ‹œ providerId λ°˜ν™˜ μ•ˆλ˜λŠ” 였λ₯˜ ν•΄κ²°
Browse files Browse the repository at this point in the history
  • Loading branch information
kchaeeun committed Aug 19, 2024
1 parent e1ad4af commit 6639647
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 6639647

Please sign in to comment.