This website works better with JavaScript.
Home
Explore
Help
Sign In
kj
/
mall-app
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removed moving to next page on registeration failure
master
kj1352
5 years ago
parent
d207d9ac6f
commit
8e6f0dc671
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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");
});
}
Write
Preview
Loading…
Cancel
Save