1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-10 12:33:26 +00:00

[PM-10324] Add bulk delete option for organization members (#11892)

* Refactor organization user API service to support bulk deletion of users

* Add copy for bulk user delete dialog

* Add bulk user delete dialog component

* Add bulk user delete functionality to members component

* Refactor members component to only display bulk user deletion option if the Account Deprovisioning flag is enabled

* Patch build process

* Revert "Patch build process"

This reverts commit 917c969f00.

---------

Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
This commit is contained in:
Rui Tomé
2024-11-14 15:49:16 +00:00
committed by GitHub
parent 642b8d2e6b
commit e6fce421f5
8 changed files with 213 additions and 0 deletions

View File

@@ -9695,5 +9695,14 @@
},
"suspendedOwnerOrgMessage": {
"message": "To regain access to your organization, add a payment method."
},
"deleteMembers": {
"message": "Delete members"
},
"noSelectedMembersApplicable": {
"message": "This action is not applicable to any of the selected members."
},
"deletedSuccessfully": {
"message": "Deleted successfully"
}
}