Update src/components/views/auth/InteractiveAuthEntryComponents.js
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
082ebe636e
commit
e841bd5442
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ export const RecaptchaAuthEntry = createReactClass({
|
||||||
const CaptchaForm = sdk.getComponent("views.auth.CaptchaForm");
|
const CaptchaForm = sdk.getComponent("views.auth.CaptchaForm");
|
||||||
let sitePublicKey;
|
let sitePublicKey;
|
||||||
if (!this.props.stageParams || !this.props.stageParams.public_key) {
|
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 {
|
} else {
|
||||||
sitePublicKey = this.props.stageParams.public_key;
|
sitePublicKey = this.props.stageParams.public_key;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue