Merge branch 'loginpage_logo_removal' of FloatSystems/float-users into master
This commit is contained in:
@@ -17,7 +17,7 @@ const AuthLayout = () => {
|
|||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='d-flex flex-column flex-lg-row flex-column-fluid h-100'>
|
<div className='d-flex flex-column flex-lg-row flex-column-fluid overflow-auto' style={{minHeight: '100vh'}}>
|
||||||
{/* begin::Body */}
|
{/* begin::Body */}
|
||||||
<div className='d-flex flex-column flex-lg-row-fluid w-lg-50 p-10 order-2 order-lg-1'>
|
<div className='d-flex flex-column flex-lg-row-fluid w-lg-50 p-10 order-2 order-lg-1'>
|
||||||
{/* begin::Form */}
|
{/* begin::Form */}
|
||||||
|
|||||||
@@ -50,12 +50,6 @@ export function ForgotPassword() {
|
|||||||
id='kt_login_password_reset_form'
|
id='kt_login_password_reset_form'
|
||||||
onSubmit={formik.handleSubmit}
|
onSubmit={formik.handleSubmit}
|
||||||
>
|
>
|
||||||
{/* begin::Heading */}
|
|
||||||
<div className='text-center mb-11'>
|
|
||||||
{/* <h1 className='text-dark fw-bolder mb-3'>Sign In</h1> */}
|
|
||||||
<img alt='Float Mobility' src={toAbsoluteUrl('/media/logos/logo.png')} className='h-35px' />
|
|
||||||
</div>
|
|
||||||
{/* begin::Heading */}
|
|
||||||
<div className='text-center mb-10'>
|
<div className='text-center mb-10'>
|
||||||
{/* begin::Link */}
|
{/* begin::Link */}
|
||||||
<div className='text-gray-500 fw-semibold fs-6'>
|
<div className='text-gray-500 fw-semibold fs-6'>
|
||||||
|
|||||||
@@ -75,10 +75,10 @@ export function Login() {
|
|||||||
id='kt_login_signin_form'
|
id='kt_login_signin_form'
|
||||||
>
|
>
|
||||||
{/* begin::Heading */}
|
{/* begin::Heading */}
|
||||||
<div className='text-center mb-11'>
|
{/* <div className='text-center mb-11'>
|
||||||
{/* <h1 className='text-dark fw-bolder mb-3'>Sign In</h1> */}
|
<h1 className='text-dark fw-bolder mb-3'>Sign In</h1>
|
||||||
<img alt='Float Mobility' src={toAbsoluteUrl('/media/logos/logo.png')} className='h-35px' />
|
<img alt='Float Mobility' src={toAbsoluteUrl('/media/logos/logo.png')} className='h-35px' />
|
||||||
</div>
|
</div> */}
|
||||||
{/* begin::Heading */}
|
{/* begin::Heading */}
|
||||||
|
|
||||||
{/* begin::Login options */}
|
{/* begin::Login options */}
|
||||||
|
|||||||
@@ -86,12 +86,6 @@ export function Registration() {
|
|||||||
id='kt_login_signup_form'
|
id='kt_login_signup_form'
|
||||||
onSubmit={formik.handleSubmit}
|
onSubmit={formik.handleSubmit}
|
||||||
>
|
>
|
||||||
{/* begin::Heading */}
|
|
||||||
<div className='text-center mb-11'>
|
|
||||||
{/* <h1 className='text-dark fw-bolder mb-3'>Sign In</h1> */}
|
|
||||||
<img alt='Float Mobility' src={toAbsoluteUrl('/media/logos/logo.png')} className='h-35px' />
|
|
||||||
</div>
|
|
||||||
{/* begin::Heading */}
|
|
||||||
{/* begin::Login options */}
|
{/* begin::Login options */}
|
||||||
<div className='row g-3 mb-9'>
|
<div className='row g-3 mb-9'>
|
||||||
{/* begin::Col */}
|
{/* begin::Col */}
|
||||||
|
|||||||
Reference in New Issue
Block a user