Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register modal loading freezes when registering with an email that already exists. #10

Open
Vailorium opened this issue Apr 13, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Vailorium
Copy link
Owner

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:

  1. Go to the registration page.
  2. Enter an email that is already registered.
  3. Fill in the other required fields.
  4. Click on the Register button.
  5. 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.

@Vailorium Vailorium added the bug Something isn't working label Apr 13, 2023
@Vailorium Vailorium self-assigned this Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant