mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
Merge branch 'feature/chat' into developer
This commit is contained in:
@@ -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);
|
||||
});
|
||||
} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user