We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700a31e commit d2870a2Copy full SHA for d2870a2
interface/web/login/otp.php
@@ -118,7 +118,7 @@ function finish_2fa_success($msg = '') {
118
119
//* 2fa success
120
if(password_verify($_POST['code'], $_SESSION['otp']['code_hash'])) {
121
- finish_2fa_success();
+ finish_2fa_success('with 2fa');
122
} else {
123
//* 2fa wrong code
124
$_SESSION['otp']['session_attempts']++;
0 commit comments