From 6e1db0d4cc1ae74e898dee8e7c5f839d50b83d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?scnoh=28=EB=85=B8=EC=8A=B9=EC=B2=A0=29?= Date: Thu, 7 Jul 2022 11:17:39 +0900 Subject: [PATCH] =?UTF-8?q?default=20password=20=EB=B3=80=EA=B2=BD?= 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 a0f5433..8ffcc99 100644 --- a/src/components/account/login/AccountLogin.js +++ b/src/components/account/login/AccountLogin.js @@ -29,7 +29,7 @@ export const AccountLogin = ({ props }) => { const [loginForm, setLoginForm] = useState({ userId: 'lyhand', - userPswd: 'kang!469' + userPswd: 'palnet!234' }); //모달 관련 설정