{% extends "layout.html" %} {% block title %}2-Factor configuration{% endblock %} {% block content %}

2-Factor configuration

FIDO2 tokens
{% for authenticator in authenticators %} {% endfor %}
IDName
{{ authenticator.id }} {{ authenticator.name }} Delete

Add FIDO2 token

{% if totp_enabled and user.totp_enabled %}
TOTP token



{% endif %}
{% endblock %}