ugh, where was 2fa integration gone?

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-21 19:25:06 +01:00
parent 7c68fa7bd0
commit 5fa0f4b87e
3 changed files with 5 additions and 0 deletions

View File

@@ -389,4 +389,6 @@ if ($page == 'overview') {
require_once __DIR__ . '/api_keys.php';
} elseif ($page == 'apihelp' && Settings::Get('api.enabled') == 1) {
require_once __DIR__ . '/apihelp.php';
} elseif ($page == '2fa' && Settings::Get('2fa.enabled') == 1) {
require_once __DIR__ . '/2fa.php';
}