feat(signup): began work on new / alternate signup flow that includes email verification, #2353
This commit is contained in:
@@ -131,7 +131,7 @@ func userSignedUpHandler(evt *events.UserSignedUp) error {
|
||||
To: []string{evt.Email},
|
||||
Template: tmplWelcomeOnSignUp,
|
||||
Data: map[string]interface{}{
|
||||
"Name": evt.Login,
|
||||
"Email": evt.Email,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user