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:
parent
8e08190620
commit
41b0c38c94
@ -25,6 +25,7 @@ if (!browserNativeWebauthnSupport) {
|
||||
return Promise.resolve(true);
|
||||
}
|
||||
} as any;
|
||||
window.AuthenticatorAttestationResponse = class {} as any;
|
||||
} catch {
|
||||
/* empty */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user