From 6c8403fa09cbae5c5567570c30479f452bb89f1e Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 9 Jun 2025 12:52:07 -0400 Subject: [PATCH] Move MFA Modal out of the Password Reset Form --- user_security.php | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/user_security.php b/user_security.php index 233f6c9f..3334f82e 100644 --- a/user_security.php +++ b/user_security.php @@ -30,22 +30,20 @@ $remember_token_count = mysqli_num_rows($sql_remember_tokens); -
- - - - - - - Disable MFA - -
- - +
+ + + + + + + Disable MFA + +