Verify that your code has been set up correctly


This is a one-time step to confirm that your code has been configured correctly by the backend.

Optional: This is a one-time test to confirm that your code has been configured correctly by the backend. It is not required, but recommended before relying on your codes. The form will only show up if you haven't verified your tests and will remaining till you do

How it works:

{% if is_generated %} {% if not user_has_done_setup %}
{% include "django_auth_recovery_codes/partials/partial_forms/test_setup_form.html" %}
{% endif %} {% endif %}
{% include "django_auth_recovery_codes/partials/partial_forms/test_setup_form.html" %}