Added password confirmation to registration page #26
Reference in New Issue
Block a user
Delete Branch "sgoodridge-edit1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User must enter their password twice when making an account to ensure their password is correct. If passwords don't match, show the user an error.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
@@ -3,2 +3,4 @@import { useForm, Form } from "react-hook-form";import "../globals.css"import { useState } from "react";import { data } from "autoprefixer";Remove unused dependency
errors.passwordCheckheck to errors.passwordCheck
Pull request closed