memeLab / Jandig

Web AR served as a PWA to enable artists to expose and share virtual content in real spaces.
http://jandig.app
GNU General Public License v3.0
56 stars 21 forks source link

Recover Password crashes ocasionally #571

Closed pablodiegoss closed 1 week ago

pablodiegoss commented 1 month ago

Describe the bug When using the recover password function image

If the passwords mismatch you might receive: image

To reproduce the bug Steps to reproduce the behavior:

  1. Go to 'http://localhost:8000/
  2. Click on Signup
  3. Create a new account
  4. Go to 'http://localhost:8000/
  5. Click on Signin
  6. Recover Password
  7. Type the e-mail you just created for the account
  8. Open mailpit on 'http://localhost:8025/' to see the recovery code
  9. Use the recovery code
  10. Type mismatched passwords
  11. Keep trying to mismatch passwords

Expected behavior It should give the user clear errors for password mismatch without crashing