1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-28 18:43:26 +00:00

Add logging

This commit is contained in:
Anders Åberg
2025-01-23 21:07:57 +01:00
parent 1c55b68da4
commit 8d2fd7247e
3 changed files with 79 additions and 41 deletions

View File

@@ -79,7 +79,7 @@ export class DesktopFido2UserInterfaceSession implements Fido2UserInterfaceSessi
rpId,
);
await this.messagingService.send("loadurl", { url: "/passkeys", modal: true });
this.messagingService.send("loadurl", { url: "/passkeys", modal: true });
// Store the passkey on a new cipher to avoid replacing something important
const cipher = new CipherView();