mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 11:13:44 +00:00
Display the blue header on the locked vault passkey flow (#15655)
This commit is contained in:
@@ -263,13 +263,13 @@ export class DesktopFido2UserInterfaceSession implements Fido2UserInterfaceSessi
|
||||
private async showUi(
|
||||
route: string,
|
||||
position?: { x: number; y: number },
|
||||
showTrafficButtons?: boolean,
|
||||
showTrafficButtons: boolean = false,
|
||||
disableRedirect?: boolean,
|
||||
): Promise<void> {
|
||||
// Load the UI:
|
||||
await this.desktopSettingsService.setModalMode(true, showTrafficButtons, position);
|
||||
await this.centerOffscreenPopup();
|
||||
await this.accountService.setShowHeader(false);
|
||||
await this.accountService.setShowHeader(showTrafficButtons);
|
||||
await this.router.navigate([
|
||||
route,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user