Implemented the reset password mechanism

This commit is contained in:
Tiago Ribeiro
2023-08-31 21:48:02 +01:00
parent f2323b35b8
commit 41d6303403
14 changed files with 180 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ export default function Register() {
return (
<>
<Head>
<title>Register | IELTS GPT</title>
<title>Register | EnCoach</title>
<meta name="description" content="Generated by create next app" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />