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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user