From 1a06e3c49aba350f354b3acbc3f91ad69e7c7d30 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GBA0BK8\\Admin" Date: Wed, 5 Apr 2023 20:39:32 -0400 Subject: [PATCH] Home page edit --- src/app/modules/auth/AuthLayout.tsx | 44 ----------------------- src/app/modules/auth/components/Login.tsx | 2 +- 2 files changed, 1 insertion(+), 45 deletions(-) diff --git a/src/app/modules/auth/AuthLayout.tsx b/src/app/modules/auth/AuthLayout.tsx index 42c4a05..3326d1e 100644 --- a/src/app/modules/auth/AuthLayout.tsx +++ b/src/app/modules/auth/AuthLayout.tsx @@ -57,51 +57,7 @@ const AuthLayout = () => { {/* end::Body */} - {/* begin::Aside */} -
- {/* begin::Content */} -
- {/* begin::Logo */} - - Float Mobility - - {/* end::Logo */} - {/* begin::Image */} - - {/* end::Image */} - - {/* begin::Title */} -

- Fast, Efficient and Productive -

- {/* end::Title */} - - {/* begin::Text */} -
- In this kind of post,{' '} - - the blogger - - introduces a person they’ve interviewed
and provides some background information - about - - the interviewee - - and their
work following this is a transcript of the interview. -
- {/* end::Text */} -
- {/* end::Content */} -
- {/* end::Aside */} ) } diff --git a/src/app/modules/auth/components/Login.tsx b/src/app/modules/auth/components/Login.tsx index f1faf8a..a4b8b56 100644 --- a/src/app/modules/auth/components/Login.tsx +++ b/src/app/modules/auth/components/Login.tsx @@ -23,7 +23,7 @@ const loginSchema = Yup.object().shape({ const initialValues = { email: 'johndoe@email.com', - password: 'demo', + password: '****', } /*