Recaptcha #886

Closed
liamcardenas wants to merge 5 commits from recaptcha into master
Showing only changes of commit 17be062b52 - Show all commits

View file

@ -67,7 +67,10 @@ class UserEmailVerify extends React.PureComponent {
</p>
</div>
<div className="form-row-submit">
<Submit label={__("Verify")} disabled={isPending} />
<Submit
label={__("Verify")}
disabled={isPending || !this.state.code || !this.state.recaptcha}
/>
{cancelButton}
</div>
</Form>