From 8c48b8358127403f92665df032d385ab281df266 Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Wed, 10 Sep 2025 12:21:01 +0530 Subject: [PATCH] =?UTF-8?q?Password=20Field=20UI=20Not=20Proper=20?= =?UTF-8?q?=E2=80=93=20White=20Background=20Not=20Covering=20Full=20Field?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/authentication/LoginPage.jsx | 34 +++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/src/pages/authentication/LoginPage.jsx b/src/pages/authentication/LoginPage.jsx index 0bf01429..db99e6a1 100644 --- a/src/pages/authentication/LoginPage.jsx +++ b/src/pages/authentication/LoginPage.jsx @@ -106,7 +106,7 @@ const LoginPage = () => { {/* Password */} {!IsLoginWithOTP && ( <> -
+ {/*
@@ -134,6 +134,38 @@ const LoginPage = () => { {errors.password.message}
)} +
*/} + +
+ + +
+ + + + +
{/* Remember Me + Forgot Password */}