{% extends "multifactor/base.html" %} {% block card_title %}Secondy Factor Verification{% endblock %} {% block card_classes %}card-login mx-auto{% endblock %} {% block content %}
The page you're trying to access requires secondary authentication. Pick one of your secondary factor types from the list below to continue.
{% for link, label in methods %} {{label}} → {% endfor %} {% endblock %}