king
2020-03-26 a24beb36feaa46f39cbb26ce5277e84f91241ce8
src/views/login/loginform.jsx
@@ -10,6 +10,7 @@
    isDisabled: PropTypes.bool,
    changelang: PropTypes.func,
    handleSubmit: PropTypes.func,
    handleloaded: PropTypes.func,
    dict: PropTypes.object,
    auth: PropTypes.bool,
    lang: PropTypes.string,
@@ -96,6 +97,7 @@
        input.focus()
      }
    }
    this.props.handleloaded()
  }
  render() {