{% extends "layouts/static-default.html" %} {% block title %} MFA Verify {% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}
{{ login_banner|replace('\n', '
')|safe }}

Enter the token displayed on your authentication app

{{ form.hidden_tag() }} {{ form.token(size=32, class="form-control") }}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}