{% extends "base.html" %} {% block content %}

Second factor authentication

Your need to authenticate with your two-factor authentication. If you have lost access to all your two-factor methods, contact the operator of this IRRD instance.

{% if has_webauthn %}

Security token

{% endif %} {% if has_totp and has_webauthn %}
{% endif %} {% if has_totp %} {{ totp_form_html }} {% endif %}
{% if has_webauthn %} {% endif %} {% endblock %}