mirror of
https://github.com/bitwarden/server.git
synced 2026-04-12 00:31:55 -05:00
* Enhance IEventService to log user events for accepted status organizations. Updated LogUserEventAsync method to include a new parameter for including organizations where the user has accepted status. Added corresponding unit tests to verify functionality. * Update AuthRequestService to include accepted status organizations in user event logging. Adjusted LogUserEventAsync method and corresponding unit tests to reflect the new parameter. * Update NoopEventService to include a new parameter for accepted status organizations in LogUserEventAsync method. * Update EventServiceTests to use Arg.Any for GetOrganizationAbilitiesAsync method