mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 23:26:19 +08:00
Remaining rename
This commit is contained in:
@@ -59,7 +59,7 @@ class SignUpContainer extends Component {
|
||||
passwordRepeat: this.state.passwordRepeat,
|
||||
};
|
||||
|
||||
if (this.validate(data) && !this.state.hasBlockers.length) {
|
||||
if (this.validate(data) && !this.state.blockers.length) {
|
||||
this.props.signUp(data);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user