From 97934da33b2f857912133659cfd24737b4676a3a Mon Sep 17 00:00:00 2001 From: Vincent Salucci Date: Mon, 6 Apr 2020 12:01:03 -0500 Subject: [PATCH 1/2] Update jslib (28e3fff -> 72e3893) --- jslib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jslib b/jslib index 28e3fff739e..72e3893f8ee 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 28e3fff739e64c2dd80d3d98717e2921895d16df +Subproject commit 72e3893f8eee79f1e3678839aa194f1096c343ea From 967c3e5b332d03c241d94d9423dbfa993c237a7b Mon Sep 17 00:00:00 2001 From: Vincent Salucci Date: Mon, 6 Apr 2020 12:02:18 -0500 Subject: [PATCH 2/2] 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 b3340481e39..495d22ecc41 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,