-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display error for password reset with no user found (#12417)
* display error message if firebase can't retrieve user/other server error * fix react intl error
- Loading branch information
1 parent
6897a60
commit e08f47b
Showing
2 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ | |
"login.resendEmail": "Didn’t receive the email? Send it again", | ||
"login.yourEmail": "Your work email*", | ||
"login.yourEmail.placeholder": "[email protected]", | ||
"login.yourEmail.notFound": "User not found", | ||
"login.unknownError": "An unknown error has occurred", | ||
"login.password": "Enter your password*", | ||
"login.password.placeholder": "Enter a strong password", | ||
"login.yourPassword": "Enter your password*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters