Update jslib (28e3fff -> 72e3893) (#1199)

* Update jslib 28e3fff -> 72e3893

* Update vaultTimeoutService init

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
This commit is contained in:
Vincent Salucci 2020-04-06 12:44:28 -05:00 committed by GitHub
parent e510738a03
commit 02b0f15c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 28e3fff739e64c2dd80d3d98717e2921895d16df
Subproject commit 72e3893f8eee79f1e3678839aa194f1096c343ea

View File

@ -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);
}