mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
log events to various organization indexes as well
This commit is contained in:
@ -7,5 +7,6 @@ namespace Bit.Core.Services
|
||||
public interface IEventService
|
||||
{
|
||||
Task LogUserEventAsync(Guid userId, EventType type);
|
||||
Task LogUserEventAsync(Guid userId, CurrentContext currentContext, EventType type);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user