mirror of
https://github.com/bitwarden/browser
synced 2024-12-28 02:43:04 +01:00
Open WebAuthn Prompt in New Tab (#4695)
- We already did this for Firefox and Safari
This commit is contained in:
parent
1f3017214e
commit
12f820b88c
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user