Skip to content

Commit ecf2aa8

Browse files
committed
Fixed resetPasswordBySmsCode.
1 parent cafd1b7 commit ecf2aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/av.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7283,7 +7283,7 @@
72837283
*/
72847284
resetPasswordBySmsCode: function(code, password, options){
72857285
var json = { password: password};
7286-
var request = AV._request("resetPasswordBySmsCode", null, code, "POST",
7286+
var request = AV._request("resetPasswordBySmsCode", null, code, "PUT",
72877287
json);
72887288
return request._thenRunCallbacks(options);
72897289
},

0 commit comments

Comments
 (0)