onReturnToLogin()
This commit is contained in:
@@ -193,9 +193,11 @@ getBlogData(){
|
||||
this.signUpResult = signUpResult;
|
||||
if (signUpResult != null && signUpResult.internal_return == 100 && this.sessionDataProviderService.ConstructGlobalSessionData(this.signUpResult) == true) {
|
||||
// this.getBlogData();
|
||||
this. onReturnToLogin();
|
||||
this.router.navigate(['tabs/tab1']);
|
||||
}
|
||||
else{
|
||||
this. onReturnToLogin();
|
||||
this.showAlert("Sign up error","Unable to complete the sign up, please try again");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user