Remove TenantId from IdentitySecurityLogContext.

pull/4810/head
maliming 5 years ago
parent 83aeea2230
commit 1cc65bc3ef

@ -5,8 +5,6 @@ namespace Volo.Abp.Identity
{
public class IdentitySecurityLogContext
{
public Guid? TenantId { get; set; }
public string Identity { get; set; }
public string Action { get; set; }

Loading…
Cancel
Save