This commit is contained in:
tiago.kayaya
2021-01-25 11:54:57 +01:00
parent c123e5310f
commit 3e3baa0f9e
34 changed files with 1229 additions and 563 deletions
@@ -171,8 +171,10 @@ let LoginPage = class LoginPage {
this.authService.loginChat(this.postData).subscribe((res) => {
this.storageService.store(src_app_config_auth_constants__WEBPACK_IMPORTED_MODULE_8__["AuthConnstants"].AUTH, res.data);
console.log('Login to Rocket chat OK');
this.presentAlert('Login to Rocket chat OK');
}, (error) => {
console.log('Network error');
this.presentAlert('Network error ' + error);
});
}
Login() {