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
@@ -329,8 +329,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
_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');
}, function (error) {
console.log('Network error');
_this.presentAlert('Network error ' + error);
});
}
}, {