mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-12-01 15:24:16 +01:00
sl parameter returned on "NOT_ENOUGH_ANSWERS"
This commit is contained in:
parent
f7cf1e1a5d
commit
03366efa60
@ -234,7 +234,7 @@ if($syncres==False) {
|
||||
exit;
|
||||
} else {
|
||||
$extra=array('sl'=>$sl_success_rate);
|
||||
sendResp(S_NOT_ENOUGH_ANSWERS, $apiKey);
|
||||
sendResp(S_NOT_ENOUGH_ANSWERS, $apiKey, $extra);
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user