{% extends 'base.html' %} {% block title %}Two-Factor Verification – Chiez Stores{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
🔒

Two-Factor Verification

We sent a 6-digit code via {{ method_label }}

{% if resent %}
A new code has been sent.
{% endif %}
{% csrf_token %}
{% if errors.token %}

{{ errors.token }}

{% endif %}
Wrong account? Back to login
{% endblock %}