fix 500 error

pull/83/head
Aevann 2023-01-01 14:34:53 +02:00
parent 5b26941c5c
commit 6cbefa6e82
1 changed files with 0 additions and 1 deletions

View File

@ -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,