Spooker commited on
Commit
96cf8ec
·
verified ·
1 Parent(s): f19dac6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1047,6 +1047,7 @@ async def handle_admin_gate_post(request: web.Request) -> web.Response:
1047
  httponly=True,
1048
  samesite="Lax",
1049
  secure=COOKIE_SECURE,
 
1050
  )
1051
  raise resp
1052
 
 
1047
  httponly=True,
1048
  samesite="Lax",
1049
  secure=COOKIE_SECURE,
1050
+ path="/",
1051
  )
1052
  raise resp
1053