{% load static %} {% block head %} {{ token|json_script:"token" }} {{ csrf_token|stringformat:"s"|json_script:"csrf_token" }} {{ mode|json_script:"mode" }} {% url 'u2f_recheck' as u2f_recheck %} {{ u2f_recheck|json_script:"u2f_recheck" }} {% endblock %} {% block content %}
Verify your identity using {{ method.name }}

Your key should be flashing now, please press the button.

{% if mode == "auth" %}
{% elif mode == "recheck" %} {% endif %} {% csrf_token %}
{% if request.session.mfa_methods|length > 1 %} Select Another Method {% endif %}
{% endblock %}