mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Vault Timeout Policy (#2048)
This commit is contained in:
@@ -197,7 +197,7 @@ 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, this.tokenService,
|
||||
this.messagingService, this.searchService, this.userService, this.tokenService, this.policyService,
|
||||
async () => {
|
||||
if (this.notificationsService != null) {
|
||||
this.notificationsService.updateConnection(false);
|
||||
|
||||
Reference in New Issue
Block a user