1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[EC-598] feat: add logging to fido2 client

This commit is contained in:
Andreas Coroiu
2023-04-27 15:51:51 +02:00
parent 89bfdbf03e
commit 2d390f0492
2 changed files with 36 additions and 2 deletions

View File

@@ -507,7 +507,10 @@ export default class MainBackground {
this.fido2UserInterfaceService,
this.logService
);
this.fido2ClientService = new Fido2ClientService(this.fido2AuthenticatorService);
this.fido2ClientService = new Fido2ClientService(
this.fido2AuthenticatorService,
this.logService
);
const systemUtilsServiceReloadCallback = () => {
const forceWindowReload =