Sfoglia il codice sorgente

Removed moving to next page on registeration failure

master
kj1352 5 anni fa
parent
commit
8e6f0dc671
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      src/app/onboarding/onboarding.page.ts

+ 0
- 1
src/app/onboarding/onboarding.page.ts Vedi 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");
});
}


Caricamento…
Annulla
Salva