Merge branch 'feature/chat' into developer

This commit is contained in:
tiago.kayaya
2021-01-25 12:00:05 +01:00
33 changed files with 1599 additions and 301 deletions
@@ -318,8 +318,16 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
this.authService.loginChat(this.postData).subscribe((res: any) =>{
this.storageService.store(AuthConnstants.AUTH, res.data);
console.log('Login to Rocket chat OK');
<<<<<<< HEAD
},(error:any) =>{
=======
_this.presentAlert('Login to Rocket chat OK');
}, function (error) {
>>>>>>> feature/chat
console.log('Network error');
_this.presentAlert('Network error ' + error);
});
} */