mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-15 23:18:09 +01:00
🔒feat: Enable OpenID Auto-Redirect (#6066)
* added feature for oidc auto redirection * Added Cooldown logic for OIDC auto redirect for failed login attempts * 🔧 feat: Implement custom logout redirect handling and enhance OpenID auto-redirect logic * 🔧 refactor: Update getLoginError to use TranslationKeys for improved type safety * 🔧 feat: Localize redirect message to OpenID provider in Login component --------- Co-authored-by: Ruben Talstra <RubenTalstra1211@outlook.com>
This commit is contained in:
parent
09abce063f
commit
f95d5aaf4d
11 changed files with 102 additions and 17 deletions
|
|
@ -104,6 +104,7 @@
|
|||
"com_auth_google_login": "Continue with Google",
|
||||
"com_auth_here": "HERE",
|
||||
"com_auth_login": "Login",
|
||||
"com_ui_redirecting_to_provider": "Redirecting to {{0}}, please wait...",
|
||||
"com_auth_login_with_new_password": "You may now login with your new password.",
|
||||
"com_auth_name_max_length": "Name must be less than 80 characters",
|
||||
"com_auth_name_min_length": "Name must be at least 3 characters",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue