mirror of
https://github.com/bitwarden/server.git
synced 2025-07-13 21:57:30 -05:00
log events to various organization indexes as well
This commit is contained in:
@ -10,5 +10,10 @@ namespace Bit.Core.Services
|
||||
{
|
||||
return Task.FromResult(0);
|
||||
}
|
||||
|
||||
public Task LogUserEventAsync(Guid userId, CurrentContext currentContext, EventType type)
|
||||
{
|
||||
return Task.FromResult(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user