From ef47bbf8a4fd8276638dcadc525d056daf4dd5c7 Mon Sep 17 00:00:00 2001 From: Umesh Desai Date: Mon, 9 Jun 2025 10:23:52 +0530 Subject: [PATCH] When hovering over the login form's password box, it appears divided, with the text box and hide button becoming separate. --- src/pages/authentication/LoginPage.jsx | 37 +++++++------------------- 1 file changed, 10 insertions(+), 27 deletions(-) diff --git a/src/pages/authentication/LoginPage.jsx b/src/pages/authentication/LoginPage.jsx index 8ba33fca..8c0c6a50 100644 --- a/src/pages/authentication/LoginPage.jsx +++ b/src/pages/authentication/LoginPage.jsx @@ -83,47 +83,30 @@ const LoginPage = () => { )} -
-
- -
-
+
+ +
{errors.password && ( -
- {errors.password.message} -
+

{errors.password.message}

)}