From 0dfe7778db37ef72c40fc6348fd207c14f7545a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=80=E1=85=B5=E1=86=B7=E1=84=8C=E1=85=B5=E1=84=92?= =?UTF-8?q?=E1=85=AE=E1=86=AB?= Date: Fri, 20 Dec 2024 06:04:20 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=92=84=20=EB=A1=9C=EA=B7=B8=EC=9D=B8?= =?UTF-8?q?=20=EB=B2=84=ED=8A=BC=EC=9D=98=20alt=20=ED=85=8D=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=EB=A5=BC=20'Google=EB=A1=9C=20=EB=A1=9C=EA=B7=B8?= =?UTF-8?q?=EC=9D=B8'=EC=9C=BC=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/login/SocialLogin.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/login/SocialLogin.jsx b/src/components/login/SocialLogin.jsx index a9282ae3..4d64270f 100644 --- a/src/components/login/SocialLogin.jsx +++ b/src/components/login/SocialLogin.jsx @@ -191,7 +191,7 @@ export default function SocialLogin() { src="/images/google-logo.svg" width={40} height={40} - alt="google 로그인" + alt="Google로 로그인" /> From 2ab8abb00109385298af14a2cee3c088b093987a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=80=E1=85=B5=E1=86=B7=E1=84=8C=E1=85=B5=E1=84=92?= =?UTF-8?q?=E1=85=AE=E1=86=AB?= Date: Fri, 20 Dec 2024 06:04:35 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=90=9B=20Google=EB=A1=9C=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=ED=96=88=EC=9D=84=20=EC=8B=9C=20=EA=B3=84?= =?UTF-8?q?=EC=A0=95=20=EC=9C=A0=ED=98=95=EC=9D=84=20=EC=9D=B8=EC=8B=9D?= =?UTF-8?q?=ED=95=98=EC=A7=80=20=EB=AA=BB=ED=95=98=EB=8A=94=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/account/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/account/page.js b/src/app/account/page.js index 385dbd78..77d87006 100644 --- a/src/app/account/page.js +++ b/src/app/account/page.js @@ -53,7 +53,7 @@ export default function Account() {
{userName}
계정 유형
- {via === "google" ? "Google 계정" : "이메일 계정"} + {via === "google.com" ? "Google 계정" : "이메일 계정"}
From e3a4a4ef616214ab4ea1cd48b04675ddc5c31387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=80=E1=85=B5=E1=86=B7=E1=84=8C=E1=85=B5=E1=84=92?= =?UTF-8?q?=E1=85=AE=E1=86=AB?= Date: Fri, 20 Dec 2024 06:06:18 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=94=92=EF=B8=8F=20'/tomong'=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=EB=A5=BC=20=EC=9D=B8=EC=A6=9D=20=EC=B2=B4?= =?UTF-8?q?=ED=81=AC=EB=A5=BC=20=ED=95=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=AA=A9=EB=A1=9D=EC=97=90=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/auth/AuthStateHandler.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/auth/AuthStateHandler.jsx b/src/components/auth/AuthStateHandler.jsx index 672a5fff..7d90233e 100644 --- a/src/components/auth/AuthStateHandler.jsx +++ b/src/components/auth/AuthStateHandler.jsx @@ -25,6 +25,7 @@ const authRoutes = { "/account", "/account/modify-email", "/account/modify-password", + "/tomong", ], // 인증 체크를 하지 않는 페이지