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

Merge pull request #1840 from bitwarden/improve-import-error-checking

Bump jslib
This commit is contained in:
Thomas Rittson
2021-05-13 11:31:18 +10:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

2
jslib

Submodule jslib updated: ba1a40af4e...306aef73d4

View File

@@ -220,7 +220,8 @@ export default class MainBackground {
this.eventService);
this.containerService = new ContainerService(this.cryptoService);
this.auditService = new AuditService(this.cryptoFunctionService, this.apiService);
this.exportService = new ExportService(this.folderService, this.cipherService, this.apiService);
this.exportService = new ExportService(this.folderService, this.cipherService, this.apiService,
this.cryptoService);
this.notificationsService = new NotificationsService(this.userService, this.syncService, this.appIdService,
this.apiService, this.vaultTimeoutService, () => this.logout(true), this.consoleLogService);
this.environmentService = new EnvironmentService(this.apiService, this.storageService,