mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac/fix: oauth
This commit is contained in:
parent
06f0bfd9f5
commit
286a5ad0db
2 changed files with 1 additions and 3 deletions
|
|
@ -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": "",
|
||||
|
|
|
|||
Loading…
Reference in a new issue