diff --git a/src/connectors/webauthn.ts b/src/connectors/webauthn.ts index 1a7642bcd3..b5d64b985d 100644 --- a/src/connectors/webauthn.ts +++ b/src/connectors/webauthn.ts @@ -119,7 +119,7 @@ function executeWebAuthn() { navigator.credentials.get({ publicKey: obj }) .then(success) - .catch(err => error('WebAuth Error: ' + err)); + .catch(error); } function onMessage() {