Vérification en deux étapes
Entrez le code à 6 chiffres affiché dans votre application authenticator pour terminer la connexion.
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{% if error %}
{{ error }}
{% endif %}
{# B-2.6: Passkey path (only if user has at least one registered passkey) #}
{% if has_passkeys %}
Connexion par Passkey
{% if has_totp %}
ou
{% endif %}
{% endif %}
{% if has_totp %}
{# Primary path: 6-digit TOTP code #}
{# Secondary path: recovery code (collapsed by default for clarity) #}
Pas accès à votre application authenticator ? Utiliser un code de récupération
{% endif %}
Annuler la connexion