add further permission on the navigation

This commit is contained in:
tiago.kayaya
2022-03-29 16:49:51 +01:00
parent 5a4a7562fa
commit 4684ed1e98
5 changed files with 53 additions and 17 deletions
-1
View File
@@ -131,7 +131,6 @@ export class AuthService {
let responseChat = await this.httpService.post('login', postData).toPromise();
if(responseChat) {
console.log('Login to Rocket chat OK', responseChat);
this.ValidatedUserChat = responseChat;
localStorage.setItem('userChat', JSON.stringify(responseChat));