From 967c3e5b332d03c241d94d9423dbfa993c237a7b Mon Sep 17 00:00:00 2001 From: Vincent Salucci Date: Mon, 6 Apr 2020 12:02:18 -0500 Subject: [PATCH] Update vaultTimeoutService init --- src/bw.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bw.ts b/src/bw.ts index b3340481e3..495d22ecc4 100644 --- a/src/bw.ts +++ b/src/bw.ts @@ -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,