File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 69636963 * @param {Object } options A Backbone-style options object.
69646964 * @return {AV.Promise } A promise that is fulfilled when the signup
69656965 * finishes.
6966- * @see AV.User.signUp
6966+ * @see AV.User.signUpOrlogInWithMobilePhone
6967+ * @see AV.Cloud.requestSmsCode
69676968 */
69686969 signUpOrlogInWithMobilePhone : function ( attrs , options ) {
69696970 var error ;
73477348 * @return {AV.Promise } A promise that is fulfilled with the user when
73487349 * the login completes.
73497350 * @see AV.User#signUpOrlogInWithMobilePhone
7350- * @see AV.Cloud# requestSmsCode
7351+ * @see AV.Cloud. requestSmsCode
73517352 */
73527353 signUpOrlogInWithMobilePhone : function ( mobilePhoneNumber , smsCode , attrs , options ) {
73537354 attrs = attrs || { } ;
You can’t perform that action at this time.
0 commit comments