Ready now

This commit is contained in:
Mohamed El-Kalioby
2019-01-18 16:07:22 +03:00
parent 800f60ff53
commit 2f1c344e75
22 changed files with 1291 additions and 21 deletions

View File

@@ -0,0 +1,14 @@
{% 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 %}