{% extends 'hidp/base_post_login.html' %} {% load i18n %} {% block title %}{% translate 'Two-factor authentication' %}{% endblock %} {% block main %}
{% translate "Warning" %}: {% translate "Disabling two-factor authentication will make your account less secure." %}
{% url 'hidp_otp_management:disable-recovery-code' as recovery_code_url %} {% blocktranslate trimmed %} If you have lost your device, you can use a recovery code instead. {% endblocktranslate %}
{% endblock %}