1
0
Fork 0

This doesn't work

This commit is contained in:
Amarpreet Minhas 2019-09-15 20:35:05 -04:00
parent 4b97b943e8
commit 7526999356

View file

@ -62,6 +62,9 @@ class AuthMenu extends Component {
handleLogin() {
this.props.userLogin(this.state.username, this.state.password)
this.setState(state => ({
auth_menu_visible: false
}));
}
handleCreateAccount() {