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

    const { params: { token }, actions: { signUp, error } } = this.props;
    const { user } = this.state;