mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
Fix handler on sign up
This commit is contained in:
parent
7aea6669c9
commit
69b3c8e3dd
@ -35,7 +35,7 @@ let SignupContainer = React.createClass({
|
|||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<div className="ascribe-login-wrapper">
|
<div className="ascribe-login-wrapper">
|
||||||
<SignupForm>
|
<SignupForm handleSuccess={this.handleSuccess}>
|
||||||
<Property
|
<Property
|
||||||
name='promo_code'
|
name='promo_code'
|
||||||
label={getLangText('Promocode')}>
|
label={getLangText('Promocode')}>
|
||||||
|
Loading…
Reference in New Issue
Block a user