mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix ui session handler
This commit is contained in:
parent
505987d15a
commit
35b4e8eb7a
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ class UISessionHandler:
|
||||||
key=UISessionHandler._generate_token_name(),
|
key=UISessionHandler._generate_token_name(),
|
||||||
value=jwt_token,
|
value=jwt_token,
|
||||||
secure=True,
|
secure=True,
|
||||||
httponly=True,
|
|
||||||
samesite="strict",
|
samesite="strict",
|
||||||
)
|
)
|
||||||
return redirect_response
|
return redirect_response
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue