1
0
Fork 0

Fix registration process for new users #7

Merged
Asara merged 1 commit from fix_register into master 2020-01-25 23:27:43 +00:00

View file

@ -110,7 +110,7 @@ class AuthMenu extends Component {
this.props.userSignup(this.state.username, this.state.password, this.state.email)
.then(res => {
this.setState(state => ({
where_in_auth_menu: "loggedIn",
where_in_auth_menu: "requestUsername",
auth_menu_visible: false,
}))
this.props.close()