From e3b8c3795efecfb57fc08a9bbf87037fbd4b1e66 Mon Sep 17 00:00:00 2001 From: Vibhu1710 Date: Sat, 2 Mar 2024 17:38:19 +0530 Subject: [PATCH 1/2] fix : use "hidden" css property to toggle b/w Login & Forgot Password page --- src/Components/Auth/Login.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/Components/Auth/Login.tsx b/src/Components/Auth/Login.tsx index 9e2e4f6686a..19f93058942 100644 --- a/src/Components/Auth/Login.tsx +++ b/src/Components/Auth/Login.tsx @@ -277,10 +277,7 @@ export const Login = (props: { forgot?: boolean }) => {
@@ -354,10 +351,7 @@ export const Login = (props: { forgot?: boolean }) => {