mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
log event when removing user from group/collection
This commit is contained in:
@ -155,7 +155,7 @@ namespace Bit.Api.Controllers
|
||||
throw new NotFoundException();
|
||||
}
|
||||
|
||||
await _collectionRepository.DeleteUserAsync(collection.Id, new Guid(orgUserId));
|
||||
await _collectionService.DeleteUserAsync(collection, new Guid(orgUserId));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user