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