mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-23 11:50:14 +01:00
🔧 fix: Update OAuth input autocomplete and refine translation description for clarity
This commit is contained in:
parent
03ce7fd420
commit
e3af698168
2 changed files with 2 additions and 2 deletions
|
|
@ -418,7 +418,7 @@ const OAuth = ({ inputClasses }: { inputClasses: string }) => {
|
||||||
</label>
|
</label>
|
||||||
<input
|
<input
|
||||||
placeholder={isEditMode ? localize('com_ui_leave_blank_to_keep') : ''}
|
placeholder={isEditMode ? localize('com_ui_leave_blank_to_keep') : ''}
|
||||||
autoComplete="new-password"
|
autoComplete="off"
|
||||||
className={inputClasses}
|
className={inputClasses}
|
||||||
{...register('oauth_client_id', { required: !isEditMode })}
|
{...register('oauth_client_id', { required: !isEditMode })}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -740,7 +740,7 @@
|
||||||
"com_ui_authentication_type": "Authentication Type",
|
"com_ui_authentication_type": "Authentication Type",
|
||||||
"com_ui_auto": "Auto",
|
"com_ui_auto": "Auto",
|
||||||
"com_ui_auto_detect": "Auto Detect",
|
"com_ui_auto_detect": "Auto Detect",
|
||||||
"com_ui_auto_detect_description": "DCR will be attempted in case auth is actually required. Choose this if your MCP server has no auth requirements or DCR is supported.",
|
"com_ui_auto_detect_description": "DCR will be attempted if auth is required. Choose this if your MCP server has no auth requirements or supports DCR.",
|
||||||
"com_ui_avatar": "Avatar",
|
"com_ui_avatar": "Avatar",
|
||||||
"com_ui_azure": "Azure",
|
"com_ui_azure": "Azure",
|
||||||
"com_ui_azure_ad": "Entra ID",
|
"com_ui_azure_ad": "Entra ID",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue