Update vaultTimeoutService init

This commit is contained in:
Vincent Salucci 2020-04-06 12:02:18 -05:00
parent 97934da33b
commit 967c3e5b33
1 changed files with 1 additions and 1 deletions

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,