submit = (event: SyntheticEvent) => {
    event.preventDefault();

    const { actions: { login } } = this.props;
    const { user } = this.state;