-
Notifications
You must be signed in to change notification settings - Fork 49
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
Bug: Improper error message at forgot password place #46
Comments
Hey @Devika-Sahu 👋, thank you for raising an issue. Please make sure that it is detailed, and also following the provided template. |
@Devika-Sahu This is a valid issue. |
@varunKT001 I would like to work on this issue right now. |
/assign |
First of all
you cannot self-assign 😅 Now, coming to the issue. Not only for the So what you have to do is to create a centralized firebase error handler that handles all types of firebase auth errors. you can create the error handler file in the I'm assigning you this issue 🚀 |
@Devika-Sahu Any updates? |
@varunKT001 I have completed it approximately. Just have to make a few changes. I will upload the new code by day after tomorrow. |
What happened?
User must get a proper error
message like
" USER NOT REGISTERED" while
submitting an invalid email id at
forgot password page but they get a very bad error message.
How can we reproduce this bug?
It happens when user enters an email address that is not registered.
Additional context (if any)
Please assign this task to me.
Urgency (Optional)
High priority
The text was updated successfully, but these errors were encountered: