mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
(fix) better error message when no auth provider set ui
This commit is contained in:
parent
dbd947a366
commit
cfbafb4a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -3027,7 +3027,7 @@ async def google_login(request: Request):
|
|||
return JSONResponse(
|
||||
status_code=status.HTTP_500_INTERNAL_SERVER_ERROR,
|
||||
content={
|
||||
"error": "No SSO/Auth provider configured. See https://docs.litellm.ai/docs/proxy/ui"
|
||||
"error": "No SSO/Auth provider configured. Please set your Auth Provider in .env. See https://docs.litellm.ai/docs/proxy/ui"
|
||||
},
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue