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.
1 parent d03248e commit 6d43e36Copy full SHA for 6d43e36
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