Skip to content

Instantly share code, notes, and snippets.

@jeffmarshall
Created August 6, 2014 23:22
Show Gist options
  • Save jeffmarshall/8b45956decb99b234656 to your computer and use it in GitHub Desktop.
Save jeffmarshall/8b45956decb99b234656 to your computer and use it in GitHub Desktop.
return Parse.Cloud.run('resetPasscodeWithPushCode', {
username: username,
passwordResetCode: password_reset_code,
verificationCode: verification_code,
newPasscode: new_passcode
}, {
success: function(result){
console.log('success', result)
},
error: function(result){
console.log('error', result)
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment