save merge

This commit is contained in:
Peter Maquiran
2022-02-09 14:39:59 +01:00
8 changed files with 116 additions and 42 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ export class AuthService {
this.loginToChatWs()
console.log('Login to Rocket chat OK');
console.log('Login to Rocket chat OK', responseChat);
this.ValidatedUserChat = responseChat;
localStorage.setItem('userChat', JSON.stringify(responseChat));
this.storageService.store(AuthConnstants.AUTH, responseChat);