1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-28 22:13:14 +00:00

Disable Private Vault Export Policy (#371)

This commit is contained in:
Oscar Hinton
2021-09-15 15:57:43 +02:00
committed by GitHub
parent 4933de688d
commit 8690f51e2f
5 changed files with 16 additions and 6 deletions

View File

@@ -138,7 +138,7 @@ export class Main {
this.storageService, this.i18nService, this.cryptoFunctionService);
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 () => await this.cryptoService.clearStoredKey('auto'), null);
this.syncService = new SyncService(this.userService, this.apiService, this.settingsService,
this.folderService, this.cipherService, this.cryptoService, this.collectionService,