mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
Disable Private Vault Export Policy (#371)
This commit is contained in:
@@ -424,7 +424,7 @@ export class VaultProgram extends Program {
|
||||
})
|
||||
.action(async (password, options) => {
|
||||
await this.exitIfLocked();
|
||||
const command = new ExportCommand(this.main.cryptoService, this.main.exportService);
|
||||
const command = new ExportCommand(this.main.cryptoService, this.main.exportService, this.main.policyService);
|
||||
const response = await command.run(password, options);
|
||||
this.processResponse(response);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user