fix: remove max-age seconds

This commit is contained in:
julius 2025-03-11 10:32:49 +01:00
parent 9996752d94
commit 1773a9885a
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -178,7 +178,6 @@ async def login_for_access_token(
value=access_token,
httponly=True,
samesite="strict",
max_age=15,
)
return Token(access_token=access_token)