diff --git a/.gitignore b/.gitignore index e427ff3..d0eb167 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ node_modules/ */node_modules/ */build/ + +**/node_modules/ +**/build/ +.DS_Store +.env \ No newline at end of file diff --git a/frontend/src/pages/login.tsx b/frontend/src/pages/login.tsx index 08a1acf..962f84f 100644 --- a/frontend/src/pages/login.tsx +++ b/frontend/src/pages/login.tsx @@ -45,9 +45,9 @@ export default function Login() { notify: notifyState, } = useAppSelector((state) => state.auth); const [initialValues, setInitialValues] = React.useState({ - email: 'admin@flatlogic.com', - password: 'c015ebf1', - remember: true, + email: '', + email: '', + password: '', }); const title = 'saveschematest'; @@ -198,45 +198,7 @@ export default function Login() {
- Use{' '}
- setLogin(e.target)}
- >
- admin@flatlogic.com
-
- {' / '}
- c015ebf1
- {' / '}
- to login as Admin
-
- Use{' '}
- setLogin(e.target)}
- >
- client@hello.com
-
- {' / '}
- 63a043cc2150
- {' / '}
- to login as User
-