We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38b5e0 commit 216d173Copy full SHA for 216d173
app/api/public/users.py
@@ -73,7 +73,7 @@ async def create_user(
73
"X-Ripple-Token",
74
value=response.unhashed_access_token,
75
expires=60 * 60 * 24 * 30,
76
- domain="akatsuki.gg",
+ domain="next.akatsuki.gg",
77
secure=True,
78
httponly=True,
79
samesite="none",
0 commit comments