We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2ce9c3 + 6d43e36 commit 47687abCopy full SHA for 47687ab
1 file changed
scripts/9/engine.js
@@ -2336,7 +2336,7 @@ Test9 = (function () {
2336
function (results) {
2337
results.addItem({
2338
key: 'security.authentication',
2339
- passed: 'webauthn' in window ? YES : 'msCredentials' in window ? YES | OLD : NO
+ passed: 'PublicKeyCredential' in window ? YES : 'msCredentials' in window ? YES | OLD : NO
2340
});
2341
},
2342
0 commit comments