Fixe basicAuthKey

This commit is contained in:
Peter Maquiran
2021-05-10 15:31:16 +01:00
parent 58f7b2b92e
commit 6cd051ea6e
+1
View File
@@ -54,6 +54,7 @@ export class AuthService {
console.log(response) console.log(response)
if (result) { if (result) {
response.BasicAuthKey = user.BasicAuthKey
this.ValidatedUser = response; this.ValidatedUser = response;
localStorage.setItem('user', JSON.stringify(response)); localStorage.setItem('user', JSON.stringify(response));