From c5c6c32f246f59c7837efe9345e26c0fd6307b1c Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 3 Oct 2025 12:50:07 -0500 Subject: [PATCH] refac --- backend/open_webui/routers/configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/routers/configs.py b/backend/open_webui/routers/configs.py index 46fbb41b99..10577e26d6 100644 --- a/backend/open_webui/routers/configs.py +++ b/backend/open_webui/routers/configs.py @@ -234,7 +234,7 @@ async def verify_tool_servers_config( ) raise HTTPException( status_code=400, - detail=f"Failed to parse OAuth 2.1 discovery document from {discovery_urls[0]}", + detail=f"Failed to parse OAuth 2.1 discovery document from {discovery_url}", ) raise HTTPException(