Skip to content

Commit

Permalink
⚙️ chore: login 입력창 test 계정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dongree committed Dec 3, 2024
1 parent b098e53 commit 7bd51ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FE/src/components/Login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export default function Login() {
const { setIsLogin } = useAuthStore();

useEffect(() => {
setEmail('');
setPassword('');
setEmail('jindding');
setPassword('1234');
}, [isOpen]);

if (!isOpen) return;
Expand Down

0 comments on commit 7bd51ea

Please sign in to comment.