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']); }