diff --git a/daemon.py b/daemon.py index 015304b56..c8ad00229 100644 --- a/daemon.py +++ b/daemon.py @@ -634,7 +634,7 @@ class PubServer(BaseHTTPRequestHandler): def do_GET(self): if self.path=='/logout': - self.send_response(200) + self.send_response(303) self.send_header('Content-Length', '0') self.send_header('Set-Cookie', 'epicyon=; SameSite=Strict') self.send_header('Location', '/')