ask electron users to do captchas in a web browser.
This will happen anyway when they follow email verification links. make captchas poll for success so if they are completed elsewhere, electron moves on
This commit is contained in:
parent
b1c4c759f4
commit
69b277b282
4 changed files with 33 additions and 15 deletions
|
@ -273,6 +273,7 @@ module.exports = React.createClass({
|
|||
if (serverParams && serverParams["m.login.recaptcha"]) {
|
||||
publicKey = serverParams["m.login.recaptcha"].public_key;
|
||||
}
|
||||
|
||||
registerStep = (
|
||||
<CaptchaForm sitePublicKey={publicKey}
|
||||
onCaptchaResponse={this.onCaptchaResponse}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue