Added password confirmation to registration page #26

Closed
Sgoodridge96 wants to merge 0 commits from sgoodridge-edit1 into main
Sgoodridge96 commented 2024-02-23 09:11:07 -10:00 (Migrated from github.com)

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.

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.
vercel[bot] commented 2024-02-23 09:11:13 -10:00 (Migrated from github.com)

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
chat-maps Ready (Inspect) Visit Preview Feb 23, 2024 7:11pm
[vc]: #eP1ZNQmdEj35p4zHzLBcnVmC1/lu4CFdRQZjMMwuN5w=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJjaGF0LW1hcHMiLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbGF4MThzLXByb2plY3RzL2NoYXQtbWFwcy85dHhYSGUyZEhOblludjYyYkdLZUFTc1lUMTN0IiwicHJldmlld1VybCI6ImNoYXQtbWFwcy1naXQtc2dvb2RyaWRnZS1lZGl0MS1sYXgxOHMtcHJvamVjdHMudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCJ9XX0= **The latest updates on your projects**. Learn more about [Vercel for Git ↗︎](https://vercel.link/github-learn-more) | Name | Status | Preview | Updated (UTC) | | :--- | :----- | :------ | :------ | | **chat-maps** | ✅ Ready ([Inspect](https://vercel.com/lax18s-projects/chat-maps/9txXHe2dHNnYnv62bGKeASsYT13t)) | [Visit Preview](https://chat-maps-git-sgoodridge-edit1-lax18s-projects.vercel.app) | Feb 23, 2024 7:11pm |
LAX18 (Migrated from github.com) requested changes 2024-02-23 09:52:12 -10:00
@@ -3,2 +3,4 @@
import { useForm, Form } from "react-hook-form";
import "../globals.css"
import { useState } from "react";
import { data } from "autoprefixer";
LAX18 (Migrated from github.com) commented 2024-02-23 09:50:24 -10:00

Remove unused dependency

Remove unused dependency
LAX18 (Migrated from github.com) commented 2024-02-23 09:51:25 -10:00

errors.passwordCheckheck to errors.passwordCheck

errors.passwordCheckheck to errors.passwordCheck

Pull request closed

Sign in to join this conversation.