{% extends "wagtail_mfa/base_admin.html" %} {% load i18n wagtailadmin_tags %} {% block titletag %} {% trans "Delete Passkey" %} {% endblock %} {% block content %} {% trans "Delete Passkey" as header_label %} {% include "wagtailadmin/shared/header.html" with title=header_label %}
{% blocktrans trimmed %} Are you sure you want to delete this passkey? When you remove this passkey, you will no longer be able to use it to sign in. {% endblocktrans %}
{% blocktrans trimmed %} Note: you may still see this passkey as an option to sign in until you also remove it from your browser, device or password manager. {% endblocktrans %}
{% endwith %} {% trans "Back to overview" %}