From 7bd51eab71239cb5a9a759e1cc3f8856235969c2 Mon Sep 17 00:00:00 2001 From: dongree Date: Tue, 3 Dec 2024 23:33:30 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20chore:=20login=20=EC=9E=85?= =?UTF-8?q?=EB=A0=A5=EC=B0=BD=20test=20=EA=B3=84=EC=A0=95=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FE/src/components/Login/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FE/src/components/Login/index.tsx b/FE/src/components/Login/index.tsx index 0a239a3..836b896 100644 --- a/FE/src/components/Login/index.tsx +++ b/FE/src/components/Login/index.tsx @@ -14,8 +14,8 @@ export default function Login() { const { setIsLogin } = useAuthStore(); useEffect(() => { - setEmail(''); - setPassword(''); + setEmail('jindding'); + setPassword('1234'); }, [isOpen]); if (!isOpen) return;