From e6316ed9e2e527ddda87dbad4afabe258d8fb5a9 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Fri, 7 Mar 2025 10:10:30 +0000 Subject: [PATCH 1/3] Remove pal and login inputs --- frontend/src/pages/login.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frontend/src/pages/login.tsx b/frontend/src/pages/login.tsx index 5763521..f6c8601 100644 --- a/frontend/src/pages/login.tsx +++ b/frontend/src/pages/login.tsx @@ -236,13 +236,6 @@ const title = 'Welcome'; onSubmit={(values) => handleSubmit(values)} >
- - - - - - -
From 9a35d292f7594fc0c394295e78cf5c9ade6c744d Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Fri, 7 Mar 2025 10:15:49 +0000 Subject: [PATCH 2/3] Remove several elements on login page --- frontend/src/pages/login.tsx | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/frontend/src/pages/login.tsx b/frontend/src/pages/login.tsx index f6c8601..87374a2 100644 --- a/frontend/src/pages/login.tsx +++ b/frontend/src/pages/login.tsx @@ -195,28 +195,6 @@ const title = 'Welcome';
-
-

- Use{' '} - setLogin(e.target)} - > - admin@flatlogic.com - {' '} - to login as Admin -

-

- Use{' '} - setLogin(e.target)} - > - client@hello.com - {' '} - to login as User -

-
-
- - - - - - Forgot password? - -
From 4cdf9ba723888af3a014a0b9dea93f7f63f7f657 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Fri, 7 Mar 2025 10:17:46 +0000 Subject: [PATCH 3/3] Revert to version e6316ed --- frontend/src/pages/login.tsx | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/frontend/src/pages/login.tsx b/frontend/src/pages/login.tsx index 87374a2..f6c8601 100644 --- a/frontend/src/pages/login.tsx +++ b/frontend/src/pages/login.tsx @@ -195,6 +195,28 @@ const title = 'Welcome';
+
+

+ Use{' '} + setLogin(e.target)} + > + admin@flatlogic.com + {' '} + to login as Admin +

+

+ Use{' '} + setLogin(e.target)} + > + client@hello.com + {' '} + to login as User +

+
+
+ + + + + + Forgot password? + +