{% extends "base.html" %} {% load i18n %} {% load allauth %} {% block head_title %} {% trans "Use a security key" %} {% endblock head_title %} {% block content %}

{% trans "Use a Security Key" %}

{% trans "Authenticate with your security key to continue." %}

{% url 'mfa_reauthenticate_webauthn' as action_url %}
{% csrf_token %} {{ redirect_field }} {% for field in form %} {{ field }} {% endfor %}
{% trans "Cancel" %}
{{ js_data|json_script:"js_data" }} {% include "mfa/webauthn/snippets/scripts.html" %}
{% endblock %}