1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

api service to audit service

This commit is contained in:
Kyle Spearrin
2018-07-07 23:51:35 -04:00
parent 174a7c7dd2
commit c4e13f8817
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 91081d9232...8ac3450d9e

View File

@@ -147,7 +147,7 @@ export default class MainBackground {
this.autofillService = new AutofillService(this.cipherService, this.tokenService,
this.totpService);
this.containerService = new ContainerService(this.cryptoService, this.platformUtilsService);
this.auditService = new AuditService(cryptoFunctionService);
this.auditService = new AuditService(cryptoFunctionService, this.apiService);
this.exportService = new ExportService(this.folderService, this.cipherService, this.apiService);
this.analytics = new Analytics(window, () => BrowserApi.gaFilter(), this.platformUtilsService,
this.storageService, this.appIdService);