* Update jslib28e3fff
->72e3893
* Update vaultTimeoutService init Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
This commit is contained in:
parent
e510738a03
commit
02b0f15c6d
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit 28e3fff739e64c2dd80d3d98717e2921895d16df
|
||||
Subproject commit 72e3893f8eee79f1e3678839aa194f1096c343ea
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue