mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
org collection create and get template
This commit is contained in:
@@ -334,7 +334,7 @@ export class Program extends BaseProgram {
|
||||
.action(async (object, encodedJson, cmd) => {
|
||||
await this.exitIfLocked();
|
||||
const command = new CreateCommand(this.main.cipherService, this.main.folderService,
|
||||
this.main.userService, this.main.cryptoService);
|
||||
this.main.userService, this.main.cryptoService, this.main.apiService);
|
||||
const response = await command.run(object, encodedJson, cmd);
|
||||
this.processResponse(response);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user