mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac/fix
This commit is contained in:
parent
43a2881074
commit
74576b88f6
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ async def set_tool_servers_config(
|
|||
)
|
||||
oauth_client_info = decrypt_data(oauth_client_info)
|
||||
|
||||
await request.app.state.oauth_client_manager.add_client(
|
||||
request.app.state.oauth_client_manager.add_client(
|
||||
f"{server_type}:{server_id}",
|
||||
OAuthClientInformationFull(**oauth_client_info),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue