{% if pending_tfa_method == 'yubi_otp' %}
{% endif %}
{% if pending_tfa_method == 'totp' %}
{% endif %}
{% if pending_tfa_method == 'hotp' %}
{% endif %}
{% if pending_tfa_method == 'webauthn' %}
{% endif %}
{# leave this here to support older keys that used u2f for registration #}
{% if pending_tfa_method == 'u2f' %}
{% endif %}