mirror of
https://github.com/bitwarden/cli
synced 2025-12-11 05:43:20 +00:00
Update vaultTimeoutService init
This commit is contained in:
@@ -118,7 +118,7 @@ export class Main {
|
||||
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, null, null);
|
||||
this.searchService, this.userService, this.tokenService, null, null);
|
||||
this.syncService = new SyncService(this.userService, this.apiService, this.settingsService,
|
||||
this.folderService, this.cipherService, this.cryptoService, this.collectionService,
|
||||
this.storageService, this.messagingService, this.policyService,
|
||||
|
||||
Reference in New Issue
Block a user