mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 21:50:15 +00:00
removed comment
This commit is contained in:
@@ -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"]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user