mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 03:17:46 +01:00
refac/fix: oauth
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user