Skip to content

Commit

Permalink
Merge branch 'canary' into alxhotel-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Sep 16, 2022
2 parents 14016e9 + 545ea5e commit f5ff3e2
Show file tree
Hide file tree
Showing 85 changed files with 913 additions and 444 deletions.
2 changes: 1 addition & 1 deletion examples/with-passport-and-next-connect/pages/signup.js
Expand Up @@ -16,7 +16,7 @@ export default function SignupPage() {
name: e.currentTarget.name.value,
}

if (body.password !== e.currentTarget.rpassword.value) {
if (body.password !== e.currentTarget.password.value) {
setErrorMsg(`The passwords don't match`)
return
}
Expand Down

0 comments on commit f5ff3e2

Please sign in to comment.