Browse Source

default 계정 변경

pull/2/head
노승철 2 years ago
parent
commit
43f60ebc86
  1. 2
      src/components/account/login/AccountLogin.js

2
src/components/account/login/AccountLogin.js

@ -28,7 +28,7 @@ export const AccountLogin = ({ props }) => {
const { isLogin, message } = useSelector(state => state.authState);
const [loginForm, setLoginForm] = useState({
userId: 'lyhand',
userId: 'palnet',
userPswd: 'palnet!234'
});

Loading…
Cancel
Save