From f600116205f7504c2415a9e513adb8f176e08b0e Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 30 Aug 2021 01:55:24 +0200 Subject: [PATCH] login returns to volume listing --- copyparty/httpcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index 0951adc5..deb52ce0 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -873,7 +873,7 @@ class HttpCli(object): self.parser.drop() ck, msg = self.get_pwd_cookie(pwd) - html = self.j2("msg", h1=msg, h2='ack', redir="/") + html = self.j2("msg", h1=msg, h2='ack', redir="/?h") self.reply(html.encode("utf-8"), headers={"Set-Cookie": ck}) return True