This commit is contained in:
Peter Maquiran
2022-12-19 00:07:05 +01:00
parent 1c8abb2de7
commit d3f9b35a7f
4 changed files with 12 additions and 59 deletions
+5
View File
@@ -56,6 +56,11 @@ class SessionService {
return this._user.Inactivity
}
isUserActive() {
return this._user.Inactivity
}
setInativity(value: boolean) {
this._user.Inactivity = value
this._user.UrlBeforeInactivity = ''