This commit is contained in:
Peter Maquiran
2022-12-19 15:48:40 +01:00
parent c96ad9de0a
commit 288041e144
10 changed files with 30 additions and 12 deletions
+2
View File
@@ -14,6 +14,8 @@ class SessionService {
// local storage keyName
private keyName: string;
forceToLoginWithForceToLogInWithPassword = false
constructor() {
this.keyName = (SHA1(this.constructor.name)).toString()