mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -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);
|
||||
}
|
||||
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.formData['g-recaptcha-response'] = token;
|
||||
this.props.onNextStep(this.formData);
|
||||
|
|
|
@ -29,7 +29,6 @@ class JoinFlow extends React.Component {
|
|||
step: 0
|
||||
};
|
||||
}
|
||||
|
||||
handleAdvanceStep (formData) {
|
||||
formData = formData || {};
|
||||
this.setState({
|
||||
|
|
Loading…
Reference in a new issue