mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-07 08:27:05 +00:00
refac
This commit is contained in:
parent
e10a00132e
commit
498ff8cdc3
1 changed files with 1 additions and 0 deletions
|
|
@ -525,6 +525,7 @@ class OAuthClientManager:
|
|||
'client_id': oauth_client_info.client_id,
|
||||
'client_secret': oauth_client_info.client_secret,
|
||||
'client_kwargs': {
|
||||
'follow_redirects': True,
|
||||
**({'scope': oauth_client_info.scope} if oauth_client_info.scope else {}),
|
||||
**(
|
||||
{'token_endpoint_auth_method': oauth_client_info.token_endpoint_auth_method}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue