mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Fixe basicAuthKey
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user