onReturnToLogin()

This commit is contained in:
CHIEFSOFT\ameye
2023-11-13 13:04:02 -05:00
parent 11de07f186
commit 547cd68543
+2
View File
@@ -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");
}
}