{% extends "wagtail_mfa/base_admin.html" %} {% load i18n otp_webauthn wagtailadmin_tags %} {% block titletag %} {% trans "Registered MFA devices" %} {% endblock %} {% block content %} {% trans "Create new passkey" as header_label %} {% include "wagtailadmin/shared/header.html" with title=header_label %}
{% blocktrans trimmed %} Your device supports passkeys, a password replacement that validates your identity using touch, facial recognition, a device password, or a PIN. Passkeys can be used for sign-in as a simple and secure alternative to your password and two-factor credentials. {% endblocktrans %}
{% blocktrans trimmed%} Sorry, your browser does not have Passkey support. You cannot register a Passkey using this browser. Try using a different browser or device. {% endblocktrans %}