diff --git a/src/components/account/login/AccountLogin.js b/src/components/account/login/AccountLogin.js index ed306c0..4b20c48 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: 'palnet', - userPswd: 'palnet!234' + userPswd: 'palnet!5909' }); //모달 관련 설정