diff --git a/nest-front/src/pages/public/LoginPage.tsx b/nest-front/src/pages/public/LoginPage.tsx index 9ca200b..a8d246a 100644 --- a/nest-front/src/pages/public/LoginPage.tsx +++ b/nest-front/src/pages/public/LoginPage.tsx @@ -58,39 +58,7 @@ export default function LoginPage() { -
- {/* Demo hint */} -
-
- [DEMO] Quick login emails: -
- {[ - { label: 'Dev/Admin', email: 'kestrel@crowmate.dev' }, - { label: 'Com Staff', email: 'vesper@crowmate.dev' }, - { label: 'User', email: 'glitch@mail.com' }, - ].map(({ label, email: e }) => ( - - ))} -
- + {errors.form && (
[ERROR] {errors.form}