From 6639647071448dcaf166362130ecc4fab7b76167 Mon Sep 17 00:00:00 2001 From: kchaeeun Date: Mon, 19 Aug 2024 14:26:33 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20[HOTFIX]=20=EC=B2=AB=20=EC=86=8C?= =?UTF-8?q?=EC=85=9C=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=8B=9C=EB=8F=84=20?= =?UTF-8?q?=EC=8B=9C=20providerId=20=EB=B0=98=ED=99=98=20=EC=95=88?= =?UTF-8?q?=EB=90=98=EB=8A=94=20=EC=98=A4=EB=A5=98=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/modules.xml | 1 + .../com/example/majorLink/global/oauth2/OAuthAttributes.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.idea/modules.xml b/.idea/modules.xml index c74ba53..c2e75fb 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -3,6 +3,7 @@ + diff --git a/majorLink/src/main/java/com/example/majorLink/global/oauth2/OAuthAttributes.java b/majorLink/src/main/java/com/example/majorLink/global/oauth2/OAuthAttributes.java index 9374e58..80e69df 100644 --- a/majorLink/src/main/java/com/example/majorLink/global/oauth2/OAuthAttributes.java +++ b/majorLink/src/main/java/com/example/majorLink/global/oauth2/OAuthAttributes.java @@ -41,7 +41,7 @@ public static OAuthAttributes of(SocialType provider, String userNameAttribute, public static OAuthAttributes ofNaver(Map 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");