-
Notifications
You must be signed in to change notification settings - Fork 411
Description
Preliminary Checks
-
I have reviewed the documentation: https://clerk.com/docs
-
I have searched for existing issues: https://github.com/clerk/javascript/issues
-
I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
-
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
Reproduction
NA
Publishable key
NA
Description
The "form_password_or_identifier_incorrect"-error is missing from en-US localization package, ref: https://github.com/clerk/javascript/blob/main/packages/localizations/src/en-US.ts
The cleartext response from the server is this: "Password or email address is incorrect. Try again, or use another method."
Creating this as an Issue instead of PR as the en-US is maintained by Clerk and not so much by the community. Also, I'm not quite sure how it could be missing, the backend uses another set of localizations which are not updated by CI/etc to the localizations-package?
Steps to reproduce:
- Enable "Strict user enumeration protection"
- Try to login with incorrect username and/or password
Environment
NA