We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afcb0e commit 8a9fb08Copy full SHA for 8a9fb08
src/captcha.js
@@ -40,7 +40,7 @@ module.exports = (AV) => {
40
* @return {Promise.<string>} a new capcha url
41
*/
42
AV.Captcha.prototype.refresh = function refresh() {
43
- return AV.Cloud.requestCaptcha(this._options, this._authOptions).then(({
+ return AV.Cloud._requestCaptcha(this._options, this._authOptions).then(({
44
captchaToken, url,
45
}) => {
46
Object.assign(this, { captchaToken, url });
0 commit comments