This commit is contained in:
Torsten Dittmann 2020-06-12 19:08:06 +02:00
commit d6e0055666
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<p>
Hello {{name}},
Hello,
</p>
<p>
This mail was sent to you because <b>{{owner}}</b> wanted to invite you to become a team member at the <b>{{team}}</b> team over at {{project}}.

View file

@ -328,7 +328,6 @@ $utopia->post('/v1/teams/:teamId/memberships')
->setParam('{{project}}', $project->getAttribute('name', ['[APP-NAME]']))
->setParam('{{team}}', $team->getAttribute('name', '[TEAM-NAME]'))
->setParam('{{owner}}', $user->getAttribute('name', ''))
->setParam('{{name}}', $name)
->setParam('{{redirect}}', $url)
;