mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-18 09:00:30 -05:00
space fixes
This commit is contained in:
parent
f5a44c3458
commit
c4d6e3dcef
2 changed files with 1 additions and 2 deletions
|
@ -107,7 +107,7 @@ class EmailStep extends React.Component {
|
||||||
this.grecaptcha.execute(this.widgetId);
|
this.grecaptcha.execute(this.widgetId);
|
||||||
}
|
}
|
||||||
captchaSolved (token) {
|
captchaSolved (token) {
|
||||||
// Now thatcaptcha is done, we can tell Formik we're submitting.
|
// Now that captcha is done, we can tell Formik we're submitting.
|
||||||
this.formikBag.setSubmitting(true);
|
this.formikBag.setSubmitting(true);
|
||||||
this.formData['g-recaptcha-response'] = token;
|
this.formData['g-recaptcha-response'] = token;
|
||||||
this.props.onNextStep(this.formData);
|
this.props.onNextStep(this.formData);
|
||||||
|
|
|
@ -29,7 +29,6 @@ class JoinFlow extends React.Component {
|
||||||
step: 0
|
step: 0
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
handleAdvanceStep (formData) {
|
handleAdvanceStep (formData) {
|
||||||
formData = formData || {};
|
formData = formData || {};
|
||||||
this.setState({
|
this.setState({
|
||||||
|
|
Loading…
Reference in a new issue