fix 500 error

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-09 19:58:32 +02:00
parent 4bced848ee
commit 780e0f85f1
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ def settings_security_post(v):
v=v)
)
return render_template("settings_security.html", v=v, msg="Check your email and click the verification link to complete the email change.")
return render_template("settings/security.html", v=v, msg="Check your email and click the verification link to complete the email change.")
if request.values.get("2fa_token"):
if not v.verifyPass(request.values.get('password')):