Implement password reset

This commit is contained in:
Conor McNamara
2023-03-12 22:41:43 +00:00
parent d6ef700bc9
commit 6f1448604b
3 changed files with 65 additions and 27 deletions

View File

@ -8,6 +8,7 @@
<input type="email" v-model="email" aria-describedby="emailHelp" placeholder="Enter email">
<p>Password</p>
<input type="password" v-model="password" placeholder="Enter password">
<a>Passwords must have 6 or more characters</a>
<input @click="signup" type="submit" name="" value="Sign Up">
<a><router-link to="/login">Already have an account?</router-link></a>
</div>