{% extends 'hidp/base_post_login.html' %} {% load i18n %} {% block title %}{% translate 'Two-factor Authentication' %}{% endblock %} {% block main %}
{% translate 'Enter the following URL in your authenticator app:' %}
{{ config_url}}
{{ form.otp_token.errors }} {{ form.otp_token.label_tag }} {{ form.otp_token }}
{{ recovery_codes }}
{{ form.confirm_stored_backup_tokens.errors }} {{ form.confirm_stored_backup_tokens.label_tag }} {{ form.confirm_stored_backup_tokens }}