refac/fix: oauth

This commit is contained in:
Timothy Jaeryang Baek 2025-11-24 06:03:19 -05:00
parent 06f0bfd9f5
commit 286a5ad0db
2 changed files with 1 additions and 3 deletions

View file

@ -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)

View file

@ -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": "",