mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
add synchro
This commit is contained in:
@@ -13,7 +13,6 @@ class SessionService {
|
||||
private _user = new UserSession()
|
||||
// local storage keyName
|
||||
private keyName: string;
|
||||
private _needTovalidateUser = false
|
||||
|
||||
constructor() {
|
||||
|
||||
@@ -53,7 +52,7 @@ class SessionService {
|
||||
return this._user.PIN == SHA1(pin).toString()
|
||||
}
|
||||
|
||||
needTovalidateUser() {
|
||||
needToValidateUser() {
|
||||
return this._user.Inactivity
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user