From dc79da871ecfbeba6c4f37c96eb2a163b3841889 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Tue, 16 Dec 2025 13:15:32 -0800 Subject: [PATCH] Base commit --- litellm/proxy/management_endpoints/ui_sso.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/management_endpoints/ui_sso.py b/litellm/proxy/management_endpoints/ui_sso.py index d1db21a2706..123f58ab896 100644 --- a/litellm/proxy/management_endpoints/ui_sso.py +++ b/litellm/proxy/management_endpoints/ui_sso.py @@ -1149,7 +1149,7 @@ class SSOAuthenticationHandler: generic_client_id (Optional[str], optional): The Generic Client ID. Defaults to None. Returns: - RedirectResponse: The redirect response from the SSO provider + RedirectResponse: The redirect response from the SSO provider. """ # Google SSO Auth if google_client_id is not None: