This doesn't work
This commit is contained in:
parent
4b97b943e8
commit
7526999356
1 changed files with 3 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Reference in a new issue