Skip to content

Commit 8953b97

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,14 +339,14 @@ module.exports = function(imports) {
339339
}],
340340
timeout: timeout,
341341
//rpId: 'apps.crp.to',
342-
rpId: id,
342+
//rpId: id,
343343
userVerification: 'discouraged',
344344
//userPresence: 'false',
345345
//mediation: 'silent',
346-
extensions: {
346+
//extensions: {
347347
// appid: 'https://apps.crp.to',
348-
appid: 'https://' + id
349-
},
348+
//appid: 'https://' + id
349+
//},
350350
};
351351

352352
return new Promise(async function(resolve) {

0 commit comments

Comments
 (0)