mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-23 21:31:29 +01:00
Merge pull request #1840 from bitwarden/improve-import-error-checking
Bump jslib
This commit is contained in:
commit
1ab2a3a4b5
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit ba1a40af4e93c78b3312a1167e7cc16729910069
|
Subproject commit 306aef73d459dfad8a7a06c32442c9ed2d56922e
|
@ -220,7 +220,8 @@ export default class MainBackground {
|
|||||||
this.eventService);
|
this.eventService);
|
||||||
this.containerService = new ContainerService(this.cryptoService);
|
this.containerService = new ContainerService(this.cryptoService);
|
||||||
this.auditService = new AuditService(this.cryptoFunctionService, this.apiService);
|
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.notificationsService = new NotificationsService(this.userService, this.syncService, this.appIdService,
|
||||||
this.apiService, this.vaultTimeoutService, () => this.logout(true), this.consoleLogService);
|
this.apiService, this.vaultTimeoutService, () => this.logout(true), this.consoleLogService);
|
||||||
this.environmentService = new EnvironmentService(this.apiService, this.storageService,
|
this.environmentService = new EnvironmentService(this.apiService, this.storageService,
|
||||||
|
Loading…
Reference in New Issue
Block a user