You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When registering a user, if an email that is already in use is entered, the register modal freezes.
To Reproduce
Steps to reproduce the behavior:
Go to the registration page.
Enter an email that is already registered.
Fill in the other required fields.
Click on the Register button.
The register modal freezes.
Expected behavior
An error message should be displayed on the email field stating that the email is already in use. The user should be able to correct the email field and register successfully.
Additional context
This issue is causing inconvenience to the users who are unable to register successfully due to this bug. It needs to be resolved as soon as possible to provide a better user experience.
Fix
Add a handler for auth/email-already-in-use.
Should also add a default handler.
The text was updated successfully, but these errors were encountered:
Describe the bug
When registering a user, if an email that is already in use is entered, the register modal freezes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
An error message should be displayed on the email field stating that the email is already in use. The user should be able to correct the email field and register successfully.
Additional context
This issue is causing inconvenience to the users who are unable to register successfully due to this bug. It needs to be resolved as soon as possible to provide a better user experience.
Fix
Add a handler for auth/email-already-in-use.
Should also add a default handler.
The text was updated successfully, but these errors were encountered: