neilenns / react-access-code-map

Access code map written using React
MIT License
0 stars 0 forks source link

Add a confirm password field and use it for form validation #105

Closed neilenns closed 6 months ago

neilenns commented 1 year ago

https://jasonwatmore.com/post/2021/09/15/react-hook-form-password-and-confirm-password-match-validation-example https://github.com/jquense/yup

neilenns commented 1 year ago

Apparently getting it to work with MUI is a bit tricky. See https://stackoverflow.com/questions/67253940/react-hook-form-using-controller-yup-and-material-ui-validation-issue and https://blog.logrocket.com/using-material-ui-with-react-hook-form/.

Honestly it's probably easiest to just handle it myself.

neilenns commented 6 months ago

Not needed, going to switch to Auth0