1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

Update API route naming, update setup page

* Rename /two-factor-auth/ => /2fa/
* Nest totp routes under /2fa/totp/
* Update ids and methods in panel to allow for different setup types
This commit is contained in:
Felix Spöttel
2020-09-02 19:41:06 +02:00
parent f205c48564
commit 8597646a12
3 changed files with 56 additions and 54 deletions

View File

@@ -136,7 +136,7 @@
{% include "two-factor-auth.html" %}
</div>
<div id="panel_login" class="admin_panel">
<div id="panel_login" class="admin_panel">
{% include "login.html" %}
</div>