changed icon and page title, customized auth pages

This commit was merged in pull request #1.
This commit is contained in:
victorAnumudu
2023-04-04 22:11:43 +01:00
parent b688bb1ab8
commit 828dc0ab30
10 changed files with 74 additions and 43 deletions
@@ -4,6 +4,7 @@ import clsx from 'clsx'
import {Link} from 'react-router-dom'
import {useFormik} from 'formik'
import {requestPassword} from '../core/_requests'
import { toAbsoluteUrl } from '../../../../_metronic/helpers'
const initialValues = {
email: 'admin@demo.com',
@@ -51,7 +52,8 @@ export function ForgotPassword() {
>
<div className='text-center mb-10'>
{/* begin::Title */}
<h1 className='text-dark fw-bolder mb-3'>Forgot Password ?</h1>
{/* <h1 className='text-dark fw-bolder mb-3'>Forgot Password ?</h1> */}
<img alt='Float Mobility' src={toAbsoluteUrl('/media/logos/logo.png')} className='h-35px' />
{/* end::Title */}
{/* begin::Link */}