Trust center access management - get rid of access token
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import EmailLayout, { bodyText, button, buttonContainer, footerText } from './co
|
||||
|
||||
export const DocumentSigning = () => {
|
||||
return (
|
||||
<EmailLayout subject={'Action Required – Please review and sign {{.OrganizationName}} compliance documents'} organizationName={'{{.OrganizationName}}'}>
|
||||
<EmailLayout subject={'Action Required – Please review and sign {{.OrganizationName}} compliance documents'}>
|
||||
<Text style={bodyText}>
|
||||
You're receiving this message because your company, <strong>{'{{.OrganizationName}}'}</strong>, has shared a new compliance document that requires your review and signature.
|
||||
</Text>
|
||||
|
||||
@@ -4,7 +4,7 @@ import EmailLayout, { bodyText, button, buttonContainer, footerText } from './co
|
||||
|
||||
export const Invitation = () => {
|
||||
return (
|
||||
<EmailLayout subject={'Invitation to join {{.OrganizationName}} on Probo'} organizationName={'{{.OrganizationName}}'}>
|
||||
<EmailLayout subject={'Invitation to join {{.OrganizationName}} on Probo'}>
|
||||
<Text style={bodyText}>
|
||||
You have been invited to join organization <strong>{'{{.OrganizationName}}'}</strong> on Probo. Click the button below to accept the invitation:
|
||||
</Text>
|
||||
|
||||
@@ -23,10 +23,6 @@ export const TrustCenterAccess = () => {
|
||||
Access Trust Center
|
||||
</Button>
|
||||
</Section>
|
||||
|
||||
<Text style={footerText}>
|
||||
This link will expire in {"{{.DurationInDays}}"} days.
|
||||
</Text>
|
||||
</EmailLayout>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user