This commit is contained in:
Aevann1 2021-12-17 05:25:05 +02:00
parent 64a851a77e
commit 525f121e24
16 changed files with 55 additions and 86 deletions

View file

@ -698,7 +698,8 @@ def settings_log_out_others(v):
submitted_password = request.values.get("password", "").strip()
if not v.verifyPass(submitted_password): return render_template("settings_security.html", v=v, error="Incorrect Password"), 401
if not v.verifyPass(submitted_password):
return render_template("settings_security.html", v=v, error="Incorrect Password"), 401
v.login_nonce += 1