mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix - error user not allowed to access info
This commit is contained in:
parent
05aefe18ce
commit
195840b761
1 changed files with 1 additions and 0 deletions
|
@ -7925,6 +7925,7 @@ async def auth_callback(request: Request):
|
|||
"models": getattr(user_info, "models", []),
|
||||
"user_id": getattr(user_info, "user_id", user_id),
|
||||
"user_email": getattr(user_info, "user_id", user_email),
|
||||
"user_role": getattr(user_info, "user_role", None),
|
||||
}
|
||||
user_role = getattr(user_info, "user_role", None)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue