mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 18:35:09 +01:00
removed promocode
prize/<id>/users/ POST, LIST prize/<id>/users/login
This commit is contained in:
parent
4dfff8d6a5
commit
a9ac7b5a57
@ -35,15 +35,7 @@ let SignupContainer = React.createClass({
|
||||
}
|
||||
return (
|
||||
<div className="ascribe-login-wrapper">
|
||||
<SignupForm handleSuccess={this.handleSuccess}>
|
||||
<Property
|
||||
name='promo_code'
|
||||
label={getLangText('Promocode')}>
|
||||
<input
|
||||
type="text"
|
||||
placeholder={getLangText('Enter a promocode here (Optional)')}/>
|
||||
</Property>
|
||||
</SignupForm>
|
||||
<SignupForm handleSuccess={this.handleSuccess} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user