From c3faa789b10943ffa1341adad21f836d39b58517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=83=81=ED=98=84?= Date: Mon, 6 Nov 2023 16:20:11 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=20?= =?UTF-8?q?=EC=B4=88=EA=B8=B0=20=EC=9E=85=EB=A0=A5x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/account/login/AccountLogin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/account/login/AccountLogin.js b/src/components/account/login/AccountLogin.js index d94a65f9..2e39f9b9 100644 --- a/src/components/account/login/AccountLogin.js +++ b/src/components/account/login/AccountLogin.js @@ -22,7 +22,7 @@ export const AccountLogin = ({ props }) => { const [loginForm, setLoginForm] = useState({ userId: 'palnet', - userPswd: 'palnet5909!' + userPswd: '' }); //모달 관련 설정