From 22a82f55d764be3f78bbd0f505de2775bdb3b0b1 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 5 Jan 2024 19:46:49 +0000 Subject: [PATCH] formatting --- public/users/totp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/users/totp.php b/public/users/totp.php index df7a1eb1..fe603488 100644 --- a/public/users/totp.php +++ b/public/users/totp.php @@ -75,7 +75,7 @@ $totppf->removeTotpFromUser($username); $error++; } else { - if(false == $totppf->checkTOTP($fTOTP_secret, $fTOTP_code)) { + if (false == $totppf->checkTOTP($fTOTP_secret, $fTOTP_code)) { $error++; flash_error($PALANG['pTOTP_code_mismatch']); }