wizarrrr / wizarr

Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc.
https://docs.wizarr.dev
MIT License
1.26k stars 87 forks source link

Fixed Password Validation locking up Sign-up Form. #296

Closed JamsRepos closed 10 months ago

JamsRepos commented 10 months ago

Currently, if you supply a weak password, the form will lock up and require the end user to refresh the setup process to be able to continue with set up. This PR amends this logic and allows them to edit the information they have provided.

JamsRepos commented 10 months ago

Congrats on @Moisty145 on their first contribution. 🥳

realashleybailey commented 10 months ago

Looks good, we try not to use try, catch, finally, but Ill at some point modify it but keep the same logic youve added, but for now I am happy to merge