mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
* Update jslib28e3fff->72e3893* Update vaultTimeoutService init Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 28e3fff739...72e3893f8e
@@ -158,7 +158,8 @@ export default class MainBackground {
|
|||||||
this.policyService = new PolicyService(this.userService, this.storageService);
|
this.policyService = new PolicyService(this.userService, this.storageService);
|
||||||
this.vaultTimeoutService = new VaultTimeoutService(this.cipherService, this.folderService,
|
this.vaultTimeoutService = new VaultTimeoutService(this.cipherService, this.folderService,
|
||||||
this.collectionService, this.cryptoService, this.platformUtilsService, this.storageService,
|
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) {
|
if (this.notificationsService != null) {
|
||||||
this.notificationsService.updateConnection(false);
|
this.notificationsService.updateConnection(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user