From dc21e578de5a23bf168b1f3fd02f73dc0d106648 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Sun, 20 Apr 2025 15:54:39 +0530 Subject: [PATCH] Replaced the btn class with input-group-text because broken click even in classt input-group --- src/pages/authentication/LoginPage.jsx | 31 +++++++++-------- .../authentication/ResetPasswordPage.jsx | 34 +++++++++++++------ 2 files changed, 41 insertions(+), 24 deletions(-) diff --git a/src/pages/authentication/LoginPage.jsx b/src/pages/authentication/LoginPage.jsx index 0952f022..84b46aeb 100644 --- a/src/pages/authentication/LoginPage.jsx +++ b/src/pages/authentication/LoginPage.jsx @@ -88,7 +88,6 @@ const LoginPage = () => { -
{ placeholder="············" aria-describedby="password" /> - setHidepass(!hidepass)} + style={{ + borderTopLeftRadius: 0, + borderBottomLeftRadius: 0, + borderLeft: 0, + }} > {hidepass ? ( - + ) : ( - + )} - +
{errors.password && (
{ name="rememberMe" {...register("rememberMe")} /> - +
- Forgot Password? - + aria-label="Go to Forgot Password Page" + to="/auth/forgot-password" + > + Forgot Password? +
{errors.password && (
{ placeholder="············" aria-describedby="password" /> - setHidepass1(!hidepass1)} + style={{ + borderTopLeftRadius: 0, + borderBottomLeftRadius: 0, + borderLeft: 0, + + }} > {hidepass1 ? ( - + ) : ( - + )} - +
{errors.confirmPassword && (