fix: Incorrect role information in collection added email

This commit is contained in:
Tom Moor
2024-04-02 19:05:42 -04:00
parent 365f4c4b1f
commit 4311aac4ff
4 changed files with 15 additions and 2 deletions

View File

@@ -153,6 +153,7 @@ async function accountProvisioner({
if (isNewUser) {
await new WelcomeEmail({
to: user.email,
role: user.role,
teamUrl: team.url,
}).schedule();
}