diff --git a/web-ui/web-react/src/components/LogInUser.js b/web-ui/web-react/src/components/LogInUser.js index d79bac90..32d44b58 100644 --- a/web-ui/web-react/src/components/LogInUser.js +++ b/web-ui/web-react/src/components/LogInUser.js @@ -22,7 +22,7 @@ class LogInUser extends Component { } handleChange = async (e) => { - await this.setState({ + this.setState({ form: { ...this.state.form, [e.target.name]: e.target.value,