mirror of
https://github.com/bitwarden/server
synced 2025-12-18 01:03:17 +00: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