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
+3
View File
@@ -59,8 +59,11 @@ export class LoginPage implements OnInit {
this.authService.loginChat(this.postData).subscribe((res: any) =>{
this.storageService.store(AuthConnstants.AUTH, res.data);
console.log('Login to Rocket chat OK');
this.presentAlert('Login to Rocket chat OK');
},(error:any) =>{
console.log('Network error');
this.presentAlert('Network error '+error);
});
} */