diff --git a/src/pages/authentication/AuthWrapper.jsx b/src/pages/authentication/AuthWrapper.jsx
index 38f68c64..5c8f0eb9 100644
--- a/src/pages/authentication/AuthWrapper.jsx
+++ b/src/pages/authentication/AuthWrapper.jsx
@@ -4,20 +4,17 @@ import "./page-auth.css";
export const AuthWrapper = ({ children }) => {
return (
@@ -102,7 +88,7 @@ const LoginPage = () => {
{
{
>
)}
- {/* Remember Me + Forgot Password */}
-
-
-
-
-
-
- Forgot Password?
-
-
- >
- )}
- {/* Submit */}
{/* Submit */}
- {/* Login With OTP Button */}
-
{/* Login With OTP Button */}
{!IsLoginWithOTP && (
<>
@@ -233,40 +187,9 @@ const LoginPage = () => {
Login With OTP
>
- <>
-
-
- >
)}
-
- {/* Footer Text */}
- {!IsLoginWithOTP ? (
-
- New on our platform?
-
- Request a Demo
-
-
- ) : (
-
-
-
{/* Footer Text */}
{!IsLoginWithOTP ? (
@@ -288,9 +211,7 @@ const LoginPage = () => {
)}
-
-
);
};
-export default LoginPage;
+export default LoginPage;
\ No newline at end of file
diff --git a/src/pages/authentication/RegisterPage.jsx b/src/pages/authentication/RegisterPage.jsx
index 23a7497a..c3d1000f 100644
--- a/src/pages/authentication/RegisterPage.jsx
+++ b/src/pages/authentication/RegisterPage.jsx
@@ -58,7 +58,6 @@ const RegisterPage = () => {
fetchIndustries();
}, []);
- useEffect(() => { }, [industries]);
useEffect(() => { }, [industries]);
const fetchIndustries = async () => {
@@ -73,26 +72,24 @@ const RegisterPage = () => {
return (
<>
-