{% extends "mfa/webauthn/base.html" %} {% load i18n %} {% load allauth %} {% block head_title %} {% trans "Remove Security Key" %} {% endblock head_title %} {% block content %}

{% trans "Remove Security Key" %}

{% blocktranslate %}Are you sure you want to remove this security key?{% endblocktranslate %}

{% url 'mfa_remove_webauthn' pk=authenticator.pk as action_url %}
{% csrf_token %} {% trans "Cancel" %}
{% endblock %}