Files
django-mfa2/mfa/templates/TOTP/Auth.html

15 lines
243 B
HTML

{% extends "mfa_auth_base.html" %}
{% block head %}
<!--<style>
.row{
margin-left: 15px;
}
</style>-->
{% endblock %}
{% block content %}
<br/>
<br/>
{% include "TOTP/recheck.html" with mode='auth' %}
{% endblock %}