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 fd3949f..069f4d1 100644 --- a/frontend/src/pages/login.tsx +++ b/frontend/src/pages/login.tsx @@ -202,48 +202,6 @@ export default function Login() {
- Use{' '}
- setLogin(e.target)}
- >
- super_admin@flatlogic.com
-
- {' / '}
- 418353e3
- {' / '}
- to login as Super Admin
-
- Use{' '}
- setLogin(e.target)}
- >
- admin@flatlogic.com
-
- {' / '}
- 418353e3
- {' / '}
- to login as Admin
-
- Use{' '}
- setLogin(e.target)}
- >
- client@hello.com
-
- {' / '}
- 9efdae4d95dd
- {' / '}
- to login as User
-