1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

[PM-24433] Update the CLI confirm org-member command to create a default collection (#15917)

* Update the CLI ConfirmCommand to send the DefaultUserCollectionName for default collection creation

* Add "My Items" message to CLI

* Refactor ConfirmCommand to encapsulate default user collection name encryption in a separate method
This commit is contained in:
Rui Tomé
2025-08-08 13:53:27 +01:00
committed by GitHub
parent c5e5417abf
commit a139fb5def
4 changed files with 27 additions and 0 deletions

View File

@@ -432,6 +432,8 @@ export class VaultProgram extends BaseProgram {
this.serviceContainer.keyService,
this.serviceContainer.encryptService,
this.serviceContainer.organizationUserApiService,
this.serviceContainer.configService,
this.serviceContainer.i18nService,
);
const response = await command.run(object, id, cmd);
this.processResponse(response);