Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
fix: adds text field to organizations-members-createInvitation.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-hyperjump committed Aug 7, 2023
1 parent 78013f4 commit 4e28b86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion organizations-members-createInvitation.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand All @@ -8,4 +12,4 @@
}
}
]
}
}

0 comments on commit 4e28b86

Please sign in to comment.