fix(invite): fixes to org invite stuff, #2630

This commit is contained in:
Torkel Ödegaard
2015-09-01 12:35:06 +02:00
parent e93fba206d
commit aa89416bca
6 changed files with 35 additions and 23 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ func signUpCompletedHandler(evt *events.SignUpCompleted) error {
return sendEmailCommandHandler(&m.SendEmailCommand{
To: []string{evt.Email},
Template: tmplSignUpStarted,
Template: tmplWelcomeOnSignUp,
Data: map[string]interface{}{
"Name": evt.Name,
},