mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +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(),
|
||||
value=jwt_token,
|
||||
secure=True,
|
||||
httponly=True,
|
||||
samesite="strict",
|
||||
)
|
||||
return redirect_response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue