1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00: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

View File

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