Skip to content

Commit

Permalink
Set on root domain
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Aug 1, 2024
1 parent e65979c commit 7f43ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/public/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def authenticate(
"X-Ripple-Token",
value=response.access_token,
expires=60 * 60 * 24 * 30,
domain="next.akatsuki.gg",
domain="akatsuki.gg",
secure=True,
httponly=True,
samesite="strict",
Expand Down

0 comments on commit 7f43ef6

Please sign in to comment.