mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Open WebAuthn Prompt in New Tab (#4695)
- We already did this for Firefox and Safari
This commit is contained in:
@@ -68,8 +68,8 @@ export class TwoFactorComponent extends BaseTwoFactorComponent {
|
|||||||
return syncService.fullSync(true);
|
return syncService.fullSync(true);
|
||||||
};
|
};
|
||||||
super.successRoute = "/tabs/vault";
|
super.successRoute = "/tabs/vault";
|
||||||
this.webAuthnNewTab =
|
// FIXME: Chromium 110 has broken WebAuthn support in extensions via an iframe
|
||||||
this.platformUtilsService.isFirefox() || this.platformUtilsService.isSafari();
|
this.webAuthnNewTab = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
async ngOnInit() {
|
async ngOnInit() {
|
||||||
|
|||||||
Reference in New Issue
Block a user