Compare commits
2 Commits
d1e54629e7
...
1f9eb9e36b
Author | SHA1 | Date |
---|---|---|
|
1f9eb9e36b | |
|
af46eb2d65 |
|
@ -816,6 +816,8 @@ namespace IRaCIS.Application.Services
|
|||
if (loginUser.LastLoginIP != iPRegion)
|
||||
{
|
||||
loginUser.LoginState = 2;
|
||||
Console.WriteLine("loginUser.LastLoginIP:" + loginUser.LastLoginIP);
|
||||
Console.WriteLine("iPRegion:" + iPRegion);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue