this.props.signup(this.state)
        .then( () => {
            this.props.loadingModal();
            this.props.history.push('/chatrooms/1');
        });