feat: add email forgot password action

Updated email template imports
This commit is contained in:
David Nguyen
2023-09-27 15:34:16 +10:00
parent e5fa2f4490
commit 334671ef85
11 changed files with 22 additions and 13 deletions

View File

@ -18,7 +18,7 @@ import {
TemplateDocumentInvite,
TemplateDocumentInviteProps,
} from '../template-components/template-document-invite';
import TemplateFooter from '../template-components/template-footer';
import { TemplateFooter } from '../template-components/template-footer';
export type DocumentInviteEmailTemplateProps = Partial<TemplateDocumentInviteProps> & {
customBody?: string;