diff --git a/agent/user/mfa_enforcement.php b/agent/user/mfa_enforcement.php index fcf0cc767..98a38154a 100644 --- a/agent/user/mfa_enforcement.php +++ b/agent/user/mfa_enforcement.php @@ -45,6 +45,7 @@ $data = "otpauth://totp/ITFlow:$session_email?secret=$token"; + diff --git a/client/includes/header.php b/client/includes/header.php index 898388bfd..e8f0f2040 100644 --- a/client/includes/header.php +++ b/client/includes/header.php @@ -30,6 +30,11 @@ header("X-Frame-Options: DENY"); // Legacy + + +
diff --git a/client/login_reset.php b/client/login_reset.php index e87b7c088..532a9677d 100644 --- a/client/login_reset.php +++ b/client/login_reset.php @@ -186,6 +186,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") { + diff --git a/guest/includes/guest_header.php b/guest/includes/guest_header.php index 2a83c3e83..5b92f7564 100644 --- a/guest/includes/guest_header.php +++ b/guest/includes/guest_header.php @@ -25,6 +25,9 @@ + + + diff --git a/login.php b/login.php index ebca3c6b2..bd2114a74 100644 --- a/login.php +++ b/login.php @@ -698,6 +698,7 @@ $show_login_form = (!$show_role_choice && !$show_mfa_form); + diff --git a/setup/index.php b/setup/index.php index 4fc13a0ae..837be77f6 100644 --- a/setup/index.php +++ b/setup/index.php @@ -547,6 +547,7 @@ if (isset($_POST['add_telemetry'])) { +