diff --git a/apps/browser/src/auth/popup/two-factor.component.ts b/apps/browser/src/auth/popup/two-factor.component.ts index 4f1515a6d8..56424cd107 100644 --- a/apps/browser/src/auth/popup/two-factor.component.ts +++ b/apps/browser/src/auth/popup/two-factor.component.ts @@ -68,8 +68,8 @@ export class TwoFactorComponent extends BaseTwoFactorComponent { return syncService.fullSync(true); }; super.successRoute = "/tabs/vault"; - this.webAuthnNewTab = - this.platformUtilsService.isFirefox() || this.platformUtilsService.isSafari(); + // FIXME: Chromium 110 has broken WebAuthn support in extensions via an iframe + this.webAuthnNewTab = true; } async ngOnInit() {