🔧 fix: Update OAuth input autocomplete and refine translation description for clarity

This commit is contained in:
Danny Avila 2025-12-15 17:05:19 -05:00
parent 03ce7fd420
commit e3af698168
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
2 changed files with 2 additions and 2 deletions

View file

@ -418,7 +418,7 @@ const OAuth = ({ inputClasses }: { inputClasses: string }) => {
</label>
<input
placeholder={isEditMode ? localize('com_ui_leave_blank_to_keep') : ''}
autoComplete="new-password"
autoComplete="off"
className={inputClasses}
{...register('oauth_client_id', { required: !isEditMode })}
/>

View file

@ -740,7 +740,7 @@
"com_ui_authentication_type": "Authentication Type",
"com_ui_auto": "Auto",
"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_azure": "Azure",
"com_ui_azure_ad": "Entra ID",