{% extends 'base.html' %} {% block title %}Set Up 2FA – Chiez Stores{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
🔐

Secure Your Account

Choose how you'd like to receive your verification codes.

{% csrf_token %}
{% if errors.phone_number %}

{{ errors.phone_number }}

{% endif %}
{% if not profile.is_2fa_enabled %} {% else %} {% endif %}
You can always change this in Account Settings
{% endblock %}