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 */}