fix check token
parent
bee222b3c1
commit
99dc03a323
|
|
@ -330,7 +330,7 @@ public class ProtocolsManager implements ProtocolsAbstract {
|
||||||
session.setUserLoginTime(System.currentTimeMillis()/1000);
|
session.setUserLoginTime(System.currentTimeMillis()/1000);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue