1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

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
2 changed files with 3 additions and 2 deletions

2
jslib

Submodule jslib updated: 28e3fff739...72e3893f8e

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