mirror of https://github.com/vector-im/riot-web
Update src/components/views/auth/InteractiveAuthEntryComponents.js
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>pull/21833/head
parent
082ebe636e
commit
e841bd5442
|
@ -195,7 +195,7 @@ export const RecaptchaAuthEntry = createReactClass({
|
|||
const CaptchaForm = sdk.getComponent("views.auth.CaptchaForm");
|
||||
let sitePublicKey;
|
||||
if (!this.props.stageParams || !this.props.stageParams.public_key) {
|
||||
errorText = _t("Missing captcha public key - check your server configuration");
|
||||
errorText = _t("Missing captcha public key in homeserver configuration. Please report this to your homeserver administrator.");
|
||||
} else {
|
||||
sitePublicKey = this.props.stageParams.public_key;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue