Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created June 9, 2017 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/b2a7bb4c58fdf4d0a20e56f00c540985 to your computer and use it in GitHub Desktop.
Save matthieu-D/b2a7bb4c58fdf4d0a20e56f00c540985 to your computer and use it in GitHub Desktop.
confirm() {
this.user.confirmRegistration(this.username, this.code).then(() => {
this.navCtrl.push(LoginPage);
});
}
resendCode() {
this.user.resendRegistrationCode(this.username);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment