diff --git a/src/components/account/login/AccountLogin.js b/src/components/account/login/AccountLogin.js index d94a65f..2e39f9b 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: '' }); //모달 관련 설정