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 && (