{# WebAuthn registration content partial. Displays the registration instructions, error messages, and options. :param options_json: The WebAuthn registration options in JSON format. :type options_json: str #}
{% trans %}Set up passkey authentication{% endtrans %}

{% trans %}Follow these steps to register your passkey:{% endtrans %}

  1. {% trans %}Insert your passkey (YubiKey, USB key, etc.) or prepare your biometric device (fingerprint, face recognition).{% endtrans %}
  2. {% trans %}Optionally, choose a name for the key.{% endtrans %}
  3. {% trans %}Click the "Register" button below.{% endtrans %}
  4. {% trans %}Follow your device's prompts: touch your passkey or use your biometric authentication.{% endtrans %}
{% with attached=true %} {% include 'core/auth/partials/fido_errors.html' %} {% endwith %}