From 77532b6236941eedffc1e777a00907bdc59a9a64 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 18 Apr 2023 13:11:48 +0100 Subject: [PATCH] left logos removed from auth pages --- src/app/modules/auth/AuthLayout.tsx | 2 +- src/app/modules/auth/components/ForgotPassword.tsx | 6 ------ src/app/modules/auth/components/Login.tsx | 6 +++--- src/app/modules/auth/components/Registration.tsx | 6 ------ 4 files changed, 4 insertions(+), 16 deletions(-) diff --git a/src/app/modules/auth/AuthLayout.tsx b/src/app/modules/auth/AuthLayout.tsx index 7403f24..e0fe200 100644 --- a/src/app/modules/auth/AuthLayout.tsx +++ b/src/app/modules/auth/AuthLayout.tsx @@ -17,7 +17,7 @@ const AuthLayout = () => { }, []) return ( -
+
{/* begin::Body */}
{/* begin::Form */} diff --git a/src/app/modules/auth/components/ForgotPassword.tsx b/src/app/modules/auth/components/ForgotPassword.tsx index 3945f93..4bb8dce 100644 --- a/src/app/modules/auth/components/ForgotPassword.tsx +++ b/src/app/modules/auth/components/ForgotPassword.tsx @@ -50,12 +50,6 @@ export function ForgotPassword() { id='kt_login_password_reset_form' onSubmit={formik.handleSubmit} > - {/* begin::Heading */} -
- {/*

Sign In

*/} - Float Mobility -
- {/* begin::Heading */}
{/* begin::Link */}
diff --git a/src/app/modules/auth/components/Login.tsx b/src/app/modules/auth/components/Login.tsx index 4371d9d..41f7d5c 100644 --- a/src/app/modules/auth/components/Login.tsx +++ b/src/app/modules/auth/components/Login.tsx @@ -75,10 +75,10 @@ export function Login() { id='kt_login_signin_form' > {/* begin::Heading */} -
- {/*

Sign In

*/} + {/*
+

Sign In

Float Mobility -
+
*/} {/* begin::Heading */} {/* begin::Login options */} diff --git a/src/app/modules/auth/components/Registration.tsx b/src/app/modules/auth/components/Registration.tsx index 715433b..d23f381 100644 --- a/src/app/modules/auth/components/Registration.tsx +++ b/src/app/modules/auth/components/Registration.tsx @@ -86,12 +86,6 @@ export function Registration() { id='kt_login_signup_form' onSubmit={formik.handleSubmit} > - {/* begin::Heading */} -
- {/*

Sign In

*/} - Float Mobility -
- {/* begin::Heading */} {/* begin::Login options */}
{/* begin::Col */}