Initial Import
This commit is contained in:
13
mfa/templates/TOTP/verify.html
Normal file
13
mfa/templates/TOTP/verify.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends "login_base.html" %}
|
||||
{% block head %}
|
||||
<style>
|
||||
.row{
|
||||
margin-left: 15px;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
{% block form %}
|
||||
|
||||
{% include "TOTP/recheck.html" with mode='auth' %}
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user