import styles from './styles.css'; import React from 'react'; import {Button, TextField, Spinner, Success, Alert} from 'plugin-api/beta/client/components/ui'; import t from 'coral-framework/services/i18n'; class SignUpContent extends React.Component { componentWillReceiveProps(next) { if ( !this.props.emailVerificationEnabled && !this.props.auth.successSignUp && next.auth.successSignUp ) { setTimeout(() => { this.props.changeView('SIGNIN'); }, 2000); } } render() { const { handleChange, formData, emailVerificationEnabled, auth, errors, showErrors, changeView, handleSignUp, fetchSignUpFacebook } = this.props; return (
{t('sign_in.verify_email')}
{t('sign_in.verify_email2')}