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

@@ -33,6 +33,8 @@
</script>
{% endblock %}
{% block content %}
<br/>
<br/>
<div class="container">
<div class="col-md-6 col-md-offset-3" id="two-factor-steps">
<div class="row" align="center">

View File

@@ -1,4 +1,6 @@
{% extends "login_base.html" %}
{% block form %}
{% extends "mfa_auth_base.html" %}
{% block content %}
<br/>
<br/>
{% include 'U2F/recheck.html' with mode='auth' %}
{% endblock %}