remove alert and change tracer

This commit is contained in:
Peter Maquiran
2024-06-19 09:03:26 +01:00
parent cb1e2ad753
commit 3fc377299c
18 changed files with 36 additions and 30 deletions
+4
View File
@@ -52,6 +52,10 @@ class SessionService {
this._user.Inactivity = false
}
window['clearS'] = () => {
delete this._user.Authorization
}
}
getDataFromLocalStorage() {