Remove comment

This commit is contained in:
johnnyq 2025-01-28 19:25:29 -05:00
parent 02fdc66af9
commit 033a5d1f4f
1 changed files with 0 additions and 1 deletions

View File

@ -201,7 +201,6 @@ if (isset($_POST['login'])) {
// Forcing MFA
if ($force_mfa == 1 && $token == NULL) {
//$secretMFA = key32gen();
$config_start_page = "mfa_enforcement.php";
}