Browse Source

Removed moving to next page on registeration failure

master
kj1352 5 years ago
parent
commit
8e6f0dc671
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/app/onboarding/onboarding.page.ts

+ 0
- 1
src/app/onboarding/onboarding.page.ts View File

@@ -99,7 +99,6 @@ export class OnboardingPage implements OnInit {
this.nextPage();
}, (err) => {
console.log(err);
this.nextPage();
this.toastService.presentToast("Failed to create user", "danger");
});
}


Loading…
Cancel
Save