1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

Fix being unable to select a passkey

This commit is contained in:
Jeffrey Holland
2025-03-19 16:29:18 +01:00
parent 66c6239634
commit a5d30d7755

View File

@@ -16,8 +16,9 @@ import {
ItemModule,
SectionComponent,
TableModule,
BitIconButtonComponent, SectionHeaderComponent } from "@bitwarden/components";
BitIconButtonComponent,
SectionHeaderComponent,
} from "@bitwarden/components";
import {
DesktopFido2UserInterfaceService,
@@ -85,7 +86,7 @@ export class Fido2VaultComponent implements OnInit, OnDestroy {
}
async chooseCipher(cipherId: string) {
this.session?.confirmChosenCipher(cipherId);
this.session?.confirmChosenCipher(cipherId, true);
await this.router.navigate(["/"]);
await this.desktopSettingsService.setModalMode(false);