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.
webauthn:unsupported
parseOptionsFromJSON
1 parent 10cad17 commit 181cc98Copy full SHA for 181cc98
1 file changed
app/assets/javascript/devise/webauthn.js
@@ -3,7 +3,9 @@ function isWebAuthnSupported() {
3
navigator.credentials &&
4
navigator.credentials.create &&
5
navigator.credentials.get &&
6
- window.PublicKeyCredential
+ window.PublicKeyCredential &&
7
+ PublicKeyCredential.parseCreationOptionsFromJSON &&
8
+ PublicKeyCredential.parseRequestOptionsFromJSON
9
);
10
}
11
0 commit comments