Add reset password page

This commit is contained in:
Ephraim Atta-Duncan
2023-06-05 14:17:45 +00:00
parent 66b529a841
commit 8dc9c9d72d
5 changed files with 173 additions and 4 deletions

View File

@ -6,7 +6,7 @@ export default function ForgotPasswordPage(props: any) {
return (
<>
<Head>
<title>Reset Password | Documenso</title>
<title>Forgot Password | Documenso</title>
</Head>
<ForgotPassword allowSignup={props.ALLOW_SIGNUP}></ForgotPassword>
</>