mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(fix) use UI USERNAME
This commit is contained in:
parent
0d3abe9b53
commit
4664e56baa
1 changed files with 1 additions and 1 deletions
|
@ -5028,7 +5028,7 @@ async def login(request: Request):
|
|||
"user_id": "litellm-dashboard",
|
||||
}
|
||||
key = response["token"] # type: ignore
|
||||
litellm_dashboard_ui = os.getenv("PROXY_BASE_URL", "/") + "ui/"
|
||||
litellm_dashboard_ui = os.getenv("PROXY_BASE_URL", "") + "/ui/"
|
||||
import jwt
|
||||
|
||||
jwt_token = jwt.encode(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue