diff --git a/IRaCIS.Core.Application/Service/Management/DTO/UserLogViewModel.cs b/IRaCIS.Core.Application/Service/Management/DTO/UserLogViewModel.cs index b36834bbf..ba9937576 100644 --- a/IRaCIS.Core.Application/Service/Management/DTO/UserLogViewModel.cs +++ b/IRaCIS.Core.Application/Service/Management/DTO/UserLogViewModel.cs @@ -12,7 +12,7 @@ namespace IRaCIS.Core.Application.ViewModel public Guid? Id { get; set; } public string IP { get; set; } - public string LoginFaildName { get; set; } + public string ActionUserType { get; set; } public int OptType { get; set; } public string? ActionUserName { get; set; }