Success! Your account has been created.
A confirmation email has been sent to {this.props.email}. You will need to follow the provided link to confirm your email address before signing in.
Sign in
;
}
}
================================================
FILE: client-react/components/ContactForm.tsx
================================================
import 'object-assign';
import * as React from 'react';
import { Link, Redirect, RouteComponentProps } from 'react-router-dom';
import ContactService, { IContact } from '../services/Contacts'
import { RoutePaths } from './Routes';
let contactService = new ContactService();
export class ContactForm extends React.Component