Compare commits

..

No commits in common. "7194796841e3eb02e93204c7b61568d07d1e82be" and "be7b38c6ce30efcf7b4c4defb9f7baa38425ace6" have entirely different histories.

1 changed files with 2 additions and 0 deletions

View File

@ -816,6 +816,8 @@ namespace IRaCIS.Application.Services
if (loginUser.LastLoginIP != iPRegion) if (loginUser.LastLoginIP != iPRegion)
{ {
loginUser.LoginState = 2; loginUser.LoginState = 2;
Console.WriteLine("loginUser.LastLoginIP:" + loginUser.LastLoginIP);
Console.WriteLine("iPRegion:" + iPRegion);
} }