Compare commits
No commits in common. "1f9eb9e36bf3a1ae6a2b874da2e15128fca5ec65" and "d1e54629e74813366e01af91229b7b399e651acb" have entirely different histories.
1f9eb9e36b
...
d1e54629e7
|
@ -816,8 +816,6 @@ 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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue