From f1d7b21ea761b0258cafec236b12e26809be83d5 Mon Sep 17 00:00:00 2001 From: cloudedpanther Date: Tue, 4 Jul 2023 13:28:14 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20chore:=20change=20kakao=20si?= =?UTF-8?q?gn=20in=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useSignIn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useSignIn.ts b/src/hooks/useSignIn.ts index 50de10a3..31a42337 100644 --- a/src/hooks/useSignIn.ts +++ b/src/hooks/useSignIn.ts @@ -53,7 +53,7 @@ const useSignIn = () => { const handleKakaoSignIn = () => { location.href = - 'https://kauth.kakao.com/oauth/authorize?client_id=32665db00eb9aef9b6b5246fc2a2e8b4&redirect_uri=https://13.209.131.228:8443/api/user/kakao-login&response_type=code'; + 'https://kauth.kakao.com/oauth/authorize?client_id=32665db00eb9aef9b6b5246fc2a2e8b4&redirect_uri=http://13.209.131.228:8080/api/user/kakao-login&response_type=code'; }; useEffect(() => { From e0dfcd4e15a2f137108884ee8e34c4afc0d8c778 Mon Sep 17 00:00:00 2001 From: cloudedpanther Date: Tue, 4 Jul 2023 13:31:27 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20chore:=20fix=20img=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/login/SignLayout.tsx | 2 +- src/views/SignIn.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/login/SignLayout.tsx b/src/components/login/SignLayout.tsx index 13847ee0..4d3e1051 100644 --- a/src/components/login/SignLayout.tsx +++ b/src/components/login/SignLayout.tsx @@ -15,7 +15,7 @@ const SignLayout = ({ children }: SignLayoutProps) => { 일러스트 diff --git a/src/views/SignIn.tsx b/src/views/SignIn.tsx index c1227442..1b8277d9 100644 --- a/src/views/SignIn.tsx +++ b/src/views/SignIn.tsx @@ -67,7 +67,7 @@ const SignIn = () => { onClick={handleKakaoSignIn} > 카카오 로고