Commit 9675285
authored
fix(i18n): add missing translation keys for CREDENTIALS_FORM (#449)
* fix(i18n): add missing translation keys for CREDENTIALS_FORM
Add missing translation keys in messages/en.json for the
admin.CREDENTIALS_FORM section:
- LOGIN_FAILED
- ACCOUNT_NOT_FOUND
- INVALID_PASSWORD
- PROFILE_NOT_FOUND
- GENERIC_ERROR_MESSAGE
- RATE_LIMITED
- USE_OAUTH_PROVIDER
* fix(i18n): make OAuth provider message generic in CREDENTIALS_FORM
Replace hardcoded Google or GitHub with generic social provider to
support all configured OAuth providers.1 parent db69615 commit 9675285
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2678 | 2678 | | |
2679 | 2679 | | |
2680 | 2680 | | |
2681 | | - | |
| 2681 | + | |
| 2682 | + | |
| 2683 | + | |
| 2684 | + | |
| 2685 | + | |
| 2686 | + | |
| 2687 | + | |
| 2688 | + | |
2682 | 2689 | | |
2683 | 2690 | | |
2684 | 2691 | | |
| |||
0 commit comments