From 6cbefa6e8239ad9d17ac42956c2cbb16ceaf8a74 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 1 Jan 2023 14:34:53 +0200 Subject: [PATCH] fix 500 error --- files/routes/login.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/routes/login.py b/files/routes/login.py index 21966fd029..dca7a9138c 100644 --- a/files/routes/login.py +++ b/files/routes/login.py @@ -236,7 +236,6 @@ def sign_up_post(v:Optional[User]): if clear: session.clear() - resp.delete_cookie(app.config["SESSION_COOKIE_NAME"], httponly=True, secure=True, samesite="Lax") return render_template("login/sign_up.html", formkey=formkey,