changed icon and page title, customized auth pages
This commit was merged in pull request #1.
This commit is contained in:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user