Ver código fonte

Removed moving to next page on registeration failure

master
kj1352 5 anos atrás
pai
commit
8e6f0dc671
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      src/app/onboarding/onboarding.page.ts

+ 0
- 1
src/app/onboarding/onboarding.page.ts Ver arquivo

@@ -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");
});
}


Carregando…
Cancelar
Salvar