mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
save all
This commit is contained in:
@@ -18,7 +18,7 @@ class SessionService {
|
||||
|
||||
constructor() {
|
||||
|
||||
this.keyName = (SHA1(this.constructor.name)).toString()
|
||||
this.keyName = (SHA1("SessionService")).toString()
|
||||
let restore = localstoreService.get(this.keyName, {})
|
||||
this._user = restore.user || new UserSession()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user