From 286a5ad0db7bda6faab5e0e99b21f4f9cd0cd2ac Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 24 Nov 2025 06:03:19 -0500 Subject: [PATCH] refac/fix: oauth --- backend/open_webui/utils/oauth.py | 2 -- src/lib/i18n/locales/it-IT/translation.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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": "",