Skip to content

Commit e76debb

Browse files
authored
Update onlykey-api.js
1 parent 8953b97 commit e76debb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/onlykey-fido2/onlykey/onlykey-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ module.exports = function(imports) {
139139
encryptedkeyHandle = Uint8Array.from(message); // Not encrypted as this is the initial key exchange
140140
await wait(delay * 1000);
141141
var enc_resp = 1;
142-
var ctaphid_response = await ctaphid_via_webauthn(cmd, 2, null, null, encryptedkeyHandle, 6000, function(maybe_a_err, data) {
142+
var ctaphid_response = await ctaphid_via_webauthn(cmd, null, null, null, encryptedkeyHandle, 6000, function(maybe_a_err, data) {
143143
console.info("ctaphid_response resp", maybe_a_err, data);
144144

145145
});

0 commit comments

Comments
 (0)