mirror of
https://github.com/bitwarden/browser
synced 2026-02-28 18:43:26 +00:00
Add logging
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user