add space

pull/232/head
Aevann 2024-07-22 22:33:58 +03:00
parent 33bdbdf4ba
commit 1a2eb8463b
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ def lost_2fa_post():
if not email_regex.fullmatch(email):
abort(400, "Invalid email")
password =request.values.get("password")
password = request.values.get("password")
if not user.verifyPass(password):
return render_template("message.html",
title="Removal request received",