From 7835e595e8dbc27fb7924cc14557fb248774c7c5 Mon Sep 17 00:00:00 2001 From: Harsh Verma <87369868+hv2308@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:37:35 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A9=F0=9F=8F=BF=E2=80=8D=E2=9A=96?= =?UTF-8?q?=EF=B8=8F=20Fix=20Login=20Issue=20(#1159)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix Login Issue --- frontend/src/components/LoginForm.js | 129 +++++++++++++++------------ 1 file changed, 71 insertions(+), 58 deletions(-) diff --git a/frontend/src/components/LoginForm.js b/frontend/src/components/LoginForm.js index 9f3f9d9d..39ab97ee 100644 --- a/frontend/src/components/LoginForm.js +++ b/frontend/src/components/LoginForm.js @@ -189,23 +189,32 @@ function LoginForm({ role, defaultEmail, n50_flag, location }) { > } autoFocus /> - - } /> -
+
+ + } /> + +
{t("login.forgotPassword")}
- +
-

+

- - OR - -

-
- - - -
+ + OR + +

+
+ + + +
+
+ )}