Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGoodwin committed Feb 17, 2024
1 parent 6de3ad8 commit 22a82f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/users/totp.php
Expand Up @@ -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']);
}
Expand Down

0 comments on commit 22a82f5

Please sign in to comment.