1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

Merge pull request #125 from bitwarden/update-jslib

Update jslib (28e3fff -> 72e3893)
This commit is contained in:
Vincent Salucci
2020-04-06 13:14:51 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 28e3fff739...72e3893f8e

View File

@@ -118,7 +118,7 @@ export class Main {
this.policyService = new PolicyService(this.userService, this.storageService);
this.vaultTimeoutService = new VaultTimeoutService(this.cipherService, this.folderService, this.collectionService,
this.cryptoService, this.platformUtilsService, this.storageService, this.messagingService,
this.searchService, this.userService, null, null);
this.searchService, this.userService, this.tokenService, null, null);
this.syncService = new SyncService(this.userService, this.apiService, this.settingsService,
this.folderService, this.cipherService, this.cryptoService, this.collectionService,
this.storageService, this.messagingService, this.policyService,