feat: forget password steps and pages added
This commit is contained in:
@@ -3,6 +3,7 @@ import Logo from '@/components/Logo';
|
||||
import { Paper } from '@mui/material';
|
||||
import { useState } from 'react';
|
||||
import { AuthenticationSteps } from '../components/AuthenticationSteps/AuthenticationSteps';
|
||||
import { ForgetPasswordContainer } from '../components/ForgetPassword/ForgetPasswordContainer';
|
||||
|
||||
export function AuthenticationPage() {
|
||||
return (
|
||||
@@ -16,7 +17,7 @@ export function AuthenticationPage() {
|
||||
}}
|
||||
>
|
||||
<Logo />
|
||||
<AuthenticationSteps />
|
||||
<ForgetPasswordContainer />
|
||||
</FlexBox>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user