From 41f93f35fda7fcfb7f311c0d1e4b3e35b24552b9 Mon Sep 17 00:00:00 2001 From: dongree <dongwoo0307@naver.com> Date: Thu, 5 Dec 2024 10:55:44 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20test=EA=B3=84=EC=A0=95=20?= =?UTF-8?q?=EC=95=84=EC=9D=B4=EB=94=94=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FE/src/components/Login/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FE/src/components/Login/index.tsx b/FE/src/components/Login/index.tsx index 01aba2e..9bf222e 100644 --- a/FE/src/components/Login/index.tsx +++ b/FE/src/components/Login/index.tsx @@ -14,7 +14,7 @@ export default function Login() { const { setIsLogin } = useAuthStore(); useEffect(() => { - setEmail('jindding'); + setEmail('test'); setPassword('1234'); }, [isOpen]);