feat: RequestPasswordReset

This commit is contained in:
Quangnhankie
2021-10-04 09:14:58 +07:00
parent 19c8267220
commit 7f927a0ba3
11 changed files with 376 additions and 0 deletions

10
pages/reset-password.tsx Normal file
View File

@@ -0,0 +1,10 @@
import { FormResetPassword, Layout } from 'src/components/common'
export default function NotFound() {
return (
<div>
<FormResetPassword/>
</div>
)
}
NotFound.Layout = Layout