We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cd478 commit cf145b5Copy full SHA for cf145b5
1 file changed
selfservice/blueprints/otp.py
@@ -84,9 +84,7 @@ def enable():
84
flash("2FA already configured.")
85
return redirect("/otp")
86
87
- return render_template(
88
- "otp.html", version=version, configured=True
89
- )
+ return render_template("otp.html", version=version, configured=True)
90
91
92
@otp_bp.route("/otp/remove", methods=["GET"])
0 commit comments