Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 47687ab

Browse files
Merge pull request #542 from dstorey/patch-1
Update feature detection for WebAuthn
2 parents d2ce9c3 + 6d43e36 commit 47687ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/9/engine.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2336,7 +2336,7 @@ Test9 = (function () {
23362336
function (results) {
23372337
results.addItem({
23382338
key: 'security.authentication',
2339-
passed: 'webauthn' in window ? YES : 'msCredentials' in window ? YES | OLD : NO
2339+
passed: 'PublicKeyCredential' in window ? YES : 'msCredentials' in window ? YES | OLD : NO
23402340
});
23412341
},
23422342

0 commit comments

Comments
 (0)