Files
Mohamed El-Kalioby 2f1c344e75 Ready now
2019-01-18 16:07:22 +03:00

15 lines
236 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 %}