From 4e28b86634549b3dfb742cb9b12f0be498fd7b12 Mon Sep 17 00:00:00 2001 From: Kevin Hermawan Date: Mon, 7 Aug 2023 11:22:14 +0700 Subject: [PATCH] fix: adds text field to organizations-members-createInvitation.json --- organizations-members-createInvitation.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/organizations-members-createInvitation.json b/organizations-members-createInvitation.json index d95f9ed..2d03d8f 100644 --- a/organizations-members-createInvitation.json +++ b/organizations-members-createInvitation.json @@ -1,5 +1,9 @@ { "subject": "${appName} - Invitation", + "text": [ + "You have been invited to join ${organizationName} in ${appName} by ${userEmail}.", + "" + ], "actions": [ { "instructions": "Click the link below to accept the invitation.", @@ -8,4 +12,4 @@ } } ] -} \ No newline at end of file +}