Added a captcha config to the HS, to enable registration captcha checking and for the recaptcha private key.

This commit is contained in:
Kegan Dougal 2014-09-05 17:58:06 -07:00
parent c80f739461
commit 0b9e1e7b56
5 changed files with 44 additions and 3 deletions

View file

@ -107,7 +107,6 @@ angular.module('matrixService', [])
challenge: challengeToken,
response: captchaEntry
};
console.log("Sending Captcha info: " + JSON.stringify(data.captcha));
}
return doRequest("POST", path, undefined, data);