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: '****', } /*