forked from MarseyWorld/MarseyWorld
fix 500 error
parent
4bced848ee
commit
780e0f85f1
|
@ -427,7 +427,7 @@ def settings_security_post(v):
|
||||||
v=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 request.values.get("2fa_token"):
|
||||||
if not v.verifyPass(request.values.get('password')):
|
if not v.verifyPass(request.values.get('password')):
|
||||||
|
|
Loading…
Reference in New Issue