fix rocket chat session

This commit is contained in:
Peter Maquiran
2022-01-29 20:34:36 +01:00
parent b06e155d20
commit eb504f5342
3 changed files with 19 additions and 18 deletions
-5
View File
@@ -133,11 +133,6 @@ export class AuthService {
localStorage.setItem('userChat', JSON.stringify(responseChat));
this.storageService.store(AuthConnstants.AUTH, responseChat);
if(window['setChatHeader']){
window['setChatHeader']()
}
return true;
}