diff --git a/backend/open_webui/utils/oauth.py b/backend/open_webui/utils/oauth.py index 5add660bdf..d3240b49a9 100644 --- a/backend/open_webui/utils/oauth.py +++ b/backend/open_webui/utils/oauth.py @@ -1276,8 +1276,6 @@ class OAuthManager: if client: if hasattr(client, "client_id"): auth_params["client_id"] = client.client_id - if hasattr(client, "client_secret"): - auth_params["client_secret"] = client.client_secret try: token = await client.authorize_access_token(request, **auth_params) diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json index 11a8e222b1..f87c4c6edb 100644 --- a/src/lib/i18n/locales/it-IT/translation.json +++ b/src/lib/i18n/locales/it-IT/translation.json @@ -269,7 +269,7 @@ "Click on the user role button to change a user's role.": "Clicca sul pulsante del ruolo utente per modificare il ruolo di un utente.", "Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "Autorizzazione di scrittura negli appunti negata. Controlla le impostazioni del browser per concedere l'accesso necessario.", "Clone": "Clone", - "Clone Chat": "CLona Chat", + "Clone Chat": "Clona Chat", "Clone of {{TITLE}}": "Clone di {{TITLE}}", "Close": "Chiudi", "Close Banner": "",