Fix registration process for new users #7
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class AuthMenu extends Component {
|
||||||
this.props.userSignup(this.state.username, this.state.password, this.state.email)
|
this.props.userSignup(this.state.username, this.state.password, this.state.email)
|
||||||
.then(res => {
|
.then(res => {
|
||||||
this.setState(state => ({
|
this.setState(state => ({
|
||||||
where_in_auth_menu: "loggedIn",
|
where_in_auth_menu: "requestUsername",
|
||||||
auth_menu_visible: false,
|
auth_menu_visible: false,
|
||||||
}))
|
}))
|
||||||
this.props.close()
|
this.props.close()
|
||||||
|
|
Reference in a new issue