diff --git a/jslib b/jslib index 28e3fff739..72e3893f8e 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 28e3fff739e64c2dd80d3d98717e2921895d16df +Subproject commit 72e3893f8eee79f1e3678839aa194f1096c343ea diff --git a/src/background/main.background.ts b/src/background/main.background.ts index 20e0bbe182..036b011dc6 100644 --- a/src/background/main.background.ts +++ b/src/background/main.background.ts @@ -158,7 +158,8 @@ export default class MainBackground { 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, async () => { + this.messagingService, this.searchService, this.userService, this.tokenService, + async () => { if (this.notificationsService != null) { this.notificationsService.updateConnection(false); }