smtp_templates.go: add reset-hex

This commit is contained in:
Adhityaa 2018-06-09 14:10:27 +05:30
parent c208e3392b
commit 2e64c95b7c

View File

@ -31,7 +31,7 @@ Subject: {{.Subject}}
return errorMalformedTemplate return errorMalformedTemplate
} }
names := []string{"confirm-hex"} names := []string{"confirm-hex", "reset-hex"}
templates = make(map[string]*template.Template) templates = make(map[string]*template.Template)