updatePasswordRepeat = async e => {
    const newUser = {
      ...this.state.user,
      passwordRepeat: e.target.value
    };