diff --git a/src/pages/authentication/LoginPage.jsx b/src/pages/authentication/LoginPage.jsx index 9240e33d..11777078 100644 --- a/src/pages/authentication/LoginPage.jsx +++ b/src/pages/authentication/LoginPage.jsx @@ -106,7 +106,7 @@ const LoginPage = () => { {/* Password */} {!IsLoginWithOTP && ( <> -
+ {/*
@@ -135,6 +135,38 @@ const LoginPage = () => { {errors.password.message}
)} +
*/} + +
+ + +
+ + + + +
{/* Remember Me + Forgot Password */}