{# WebAuthn authentication template. Displays the WebAuthn authentication interface. :param options_json: The WebAuthn authentication options in JSON format. :type options_json: str #} {% extends g.auth.template or 'core/auth/base.html' %} {% block script %} {% endblock %} {% block auth_subtitle %}
{% trans %}Passkey authentication{% endtrans %}
{% endblock %} {% block auth_content %}
{% trans %}Use your passkey{% endtrans %}
{% trans %} Insert your passkey or use your device biometric authentication, then press the button below, and finally authenticate with your passkey. {% endtrans %}
{% include 'core/auth/partials/fido_errors.html' %}
{% trans %}Switch account{% endtrans %}
{% endblock %}