1
0
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:
Kyle Spearrin
2018-07-10 08:42:15 -04:00
parent 5ade229cb9
commit 137bb3a4c2
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}