mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-01-20 01:52:15 +01:00
Fix typo.
This commit is contained in:
parent
cb54854abe
commit
f0e6958942
@ -146,7 +146,7 @@ if ($sessionCounter == $seenSessionCounter && $sessionUse > $seenSessionUse) {
|
||||
round(100*$percent) . '%');
|
||||
if ($deviation > TS_ABS_TOLERANCE && $percent > TS_REL_TOLERANCE) {
|
||||
debug("OTP failed phishing test");
|
||||
if ($ad['chk_time']) {
|
||||
if ($cd['chk_time']) {
|
||||
sendResp(S_DELAYED_OTP);
|
||||
exit;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user