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.
Authentication did not succeed.
This may be because you cancelled authentication, used an unknown key,
or entered an incorrect token.
{% if has_webauthn %}
Security token
{% endif %}
{% if has_totp and has_webauthn %}
{% endif %}
{% if has_totp %}
{{ totp_form_html }}
{% endif %}