From 9f43f0a4e65df7cd30a7c840e506e4b25838aa02 Mon Sep 17 00:00:00 2001 From: BearHumanS Date: Sun, 10 Mar 2024 01:57:59 +0900 Subject: [PATCH] =?UTF-8?q?Remove:=20=EB=A1=9C=EA=B7=B8=EC=95=84=EC=9B=83?= =?UTF-8?q?=EC=9D=B4=20=EB=A9=94=EC=9D=B8=EC=9C=BC=EB=A1=9C=20=EB=A6=AC?= =?UTF-8?q?=EB=94=94=EB=A0=89=EC=85=98=20=ED=95=98=EB=8A=94=20=EB=A1=9C?= =?UTF-8?q?=EC=A7=81=20=EC=82=AD=EC=A0=9C=20(Require=20Auth=EB=A1=9C?= =?UTF-8?q?=EC=A7=81=EC=9D=B4=EB=9E=91=20=EC=A4=91=EB=B3=B5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/users/SocialLogin.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/users/SocialLogin.tsx b/src/components/users/SocialLogin.tsx index 974c26a..2319fc4 100644 --- a/src/components/users/SocialLogin.tsx +++ b/src/components/users/SocialLogin.tsx @@ -81,7 +81,6 @@ const SocialLogin = ({ isOpen, setIsOpen }: SocialLoginProps) => { await signOut(auth); setUser(null); console.log('로그아웃'); - navigate('/'); } catch (error) { console.error('로그아웃 중 오류 발생:', error); }