1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-03-20 14:59:32 +01:00

[EC-598] fix: reponse not correctly polyfilled

This commit is contained in:
Andreas Coroiu 2023-04-28 11:09:04 +02:00
parent 8e08190620
commit 41b0c38c94
No known key found for this signature in database
GPG Key ID: E70B5FFC81DFEC1A

View File

@ -25,6 +25,7 @@ if (!browserNativeWebauthnSupport) {
return Promise.resolve(true);
}
} as any;
window.AuthenticatorAttestationResponse = class {} as any;
} catch {
/* empty */
}