{% extends "base.html" %} {% block title %}{{ _('Set Up FIDO2 Passkey for Two-Factor Authentication') }} — {{ service_name }}{% endblock %} {% block content %}

{{ _('Set Up FIDO2 Passkey for Two-Factor Authentication') }}

{{ _('Please enter a description for the passkey you wish to use and then click "Set Up".') }}

{{ setup_form.hidden_tag() }}
{{ _('Cancel') }}
{% endblock %} {% block template_values %} {% do set_template_value("fido2_options", dict(options)) %} {% do set_template_value("translations.passkey_failed", _('The passkey failed to register with the following error: ')) %} {% do set_template_value("translations.enter_at_least_1_character", _('Please enter at least 1 character.')) %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}