{% extends 'companies/superadmin/base.html' %} {% block content %}

Two-Factor Verification

SwiftPOS Superadmin — extra security layer

{% if messages %} {% for msg in messages %}
{{ msg }}
{% endfor %} {% endif %} {% if is_email %}
Email OTP
A 6-digit code was sent to {{ masked_email }}. It expires in 10 minutes.
{% else %}
Google Authenticator
Open your Authenticator app and enter the current 6-digit code for SwiftPOS Superadmin.
{% endif %}
{% csrf_token %}
{% if is_email %} {% endif %}
{% endblock %}