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;