mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-08 12:54:21 +01:00
FIXME marker.
- probably should be '&local_counter' not ',local_counter'. - check later as this is written to db and if we fix here, we might break other stuff.
This commit is contained in:
parent
47422f9c70
commit
ba160c9976
@ -83,6 +83,7 @@ class SyncLib
|
|||||||
|
|
||||||
public function createInfoString($otpParams, $localParams)
|
public function createInfoString($otpParams, $localParams)
|
||||||
{
|
{
|
||||||
|
# FIXME &local_counter
|
||||||
return 'yk_publicname=' . $otpParams['yk_publicname'] .
|
return 'yk_publicname=' . $otpParams['yk_publicname'] .
|
||||||
'&yk_counter=' . $otpParams['yk_counter'] .
|
'&yk_counter=' . $otpParams['yk_counter'] .
|
||||||
'&yk_use=' . $otpParams['yk_use'] .
|
'&yk_use=' . $otpParams['yk_use'] .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user