mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-16 21:03:22 +08:00
Merge pull request #125 from bitwarden/update-jslib
Update jslib (28e3fff->72e3893)
This commit is contained in:
commit
6e63a79cfd
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 28e3fff739e64c2dd80d3d98717e2921895d16df
|
||||
Subproject commit 72e3893f8eee79f1e3678839aa194f1096c343ea
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user