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:
- Enter any code you wish to test.
- The app will check with the backend to confirm whether the set-up is correct.
- This test does not use up one of your codes.
- If successful, you will see a confirmation message and this section will no longer be needed.
- If the set-up fails, delete the code batch, generate a new one, and try again.
{% 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" %}