{% extends "single.html" %} {% block title %} MFA {% endblock %} {% block single_content %}
{{ otp_token_form.csrf_token }}
Token
Please enter the 6-digit number displayed in your MFA application (Google Authenticator, Authy) here
{{ otp_token_form.token(class="form-control", placeholder="") }} {{ render_field_errors(otp_token_form.token) }}
{% endblock %}