Files
django-mfa2/mfa/templates/TOTP/verify.html
Mohamed El-Kalioby 800f60ff53 Initial Import
2019-01-18 10:18:10 +03:00

14 lines
219 B
HTML

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