1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

removed comment

This commit is contained in:
Anders Åberg
2025-03-06 20:53:41 +01:00
parent 5d6abb40be
commit 2a061c4c28

View File

@@ -239,7 +239,6 @@ export class DesktopFido2UserInterfaceSession implements Fido2UserInterfaceSessi
private async showUi(route: string, position?: { x: number; y: number }): Promise<void> {
// Load the UI:
// maybe toggling to modal mode shouldn't be done here?
await this.desktopSettingsService.setModalMode(true, position);
await this.router.navigate(["/passkeys"]);
}