diff --git a/src/components/account/login/AccountLogin.js b/src/components/account/login/AccountLogin.js index dc633d4..01a8196 100644 --- a/src/components/account/login/AccountLogin.js +++ b/src/components/account/login/AccountLogin.js @@ -29,7 +29,8 @@ export const AccountLogin = ({ props }) => { const [loginForm, setLoginForm] = useState({ userId: 'palnet', - userPswd: 'palnet5909!' + userPswd: '' + // userPswd: 'palnet5909!' }); //모달 관련 설정