This commit is contained in:
Peter Maquiran
2023-02-27 18:38:55 +01:00
parent 79213a543b
commit 75e6a62695
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ export class AuthService {
session.BasicAuthKey = user.BasicAuthKey
SessionStore.reset(session)
console.log(session)
// console.log(session)
return true;
}