diff --git a/backend/open_webui/routers/configs.py b/backend/open_webui/routers/configs.py index 10577e26d6..e7fa13d1ff 100644 --- a/backend/open_webui/routers/configs.py +++ b/backend/open_webui/routers/configs.py @@ -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), )