template-names-fix
This commit is contained in:
@@ -68,9 +68,9 @@ func SendMailgun(to []string, event string, data map[string]interface{}) error {
|
||||
|
||||
switch event {
|
||||
case constants.VerificationTypeBasicAuthSignup:
|
||||
template = "email_confirmation"
|
||||
template = "email_confirmation_ru"
|
||||
case constants.VerificationTypeForgotPassword:
|
||||
template = "reset_password"
|
||||
template = "password_reset"
|
||||
case constants.VerificationTypeInviteMember:
|
||||
template = "author_invited"
|
||||
case constants.VerificationTypeMagicLinkLogin:
|
||||
|
Reference in New Issue
Block a user