Skip to content

Commit 8df7243

Browse files
authored
Fix bug with 2FA login
1 parent 15554c2 commit 8df7243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/login/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ function authenticate_user($user, $password, $twofa = ''){
306306

307307
require_once('../templates/header.html');
308308
if(!empty($_SESSION['login'])){
309-
require_once('..templates/pages/login/login_2.html');
309+
require_once('../templates/pages/login/login_2.html');
310310
}else if (empty($_POST['user'])) {
311311
if($_SESSION['LOGIN_STYLE'] == 'old'){
312312
require_once('../templates/pages/login/login_a.html');

0 commit comments

Comments
 (0)