Set user-visible error when the server is misconfigured.

This commit is contained in:
Kegan Dougal 2015-02-24 09:53:30 +00:00
parent 28d8614f48
commit 2eeb8ec4fa

View File

@ -23,6 +23,7 @@ var setupCaptcha = function() {
var public_key = window.matrixRegistrationConfig.recaptcha_public_key;
if (public_key === undefined) {
console.error("No public key defined for captcha!");
setFeedbackString("Misconfigured captcha for server. Contact server admin.");
return;
}
Recaptcha.create(public_key,