mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix sso login flow use await
This commit is contained in:
parent
7fac2e635f
commit
4cd8aff31e
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ async def google_login(request: Request): # noqa: PLR0915
|
||||||
)
|
)
|
||||||
is True
|
is True
|
||||||
):
|
):
|
||||||
return SSOAuthenticationHandler.get_sso_login_redirect(
|
return await SSOAuthenticationHandler.get_sso_login_redirect(
|
||||||
redirect_url=redirect_url,
|
redirect_url=redirect_url,
|
||||||
microsoft_client_id=microsoft_client_id,
|
microsoft_client_id=microsoft_client_id,
|
||||||
google_client_id=google_client_id,
|
google_client_id=google_client_id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue