mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
allow removeal of accessall users on groups
This commit is contained in:
@@ -58,7 +58,7 @@ export class EntityUsersComponent implements OnInit {
|
||||
}
|
||||
|
||||
async remove(user: any) {
|
||||
if (this.actionPromise != null || user.accessAll) {
|
||||
if (this.actionPromise != null || (this.entity === 'collection' && user.accessAll)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user