1
0
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:
Jeffrey Holland
2025-07-30 12:48:37 +02:00
committed by GitHub
parent c63913d28c
commit 9eb55c4465

View File

@@ -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,
{