Some formatting and dependency updates

This commit is contained in:
Daniel García
2019-03-03 16:11:55 +01:00
parent 7d2bc9e162
commit 04922f6aa0
6 changed files with 131 additions and 147 deletions

View File

@@ -67,7 +67,7 @@ pub fn send_password_hint(address: &str, hint: Option<String>) -> EmptyResult {
};
let (subject, body_html, body_text) = get_text(template_name, json!({ "hint": hint, "url": CONFIG.domain() }))?;
send_email(&address, &subject, &body_html, &body_text)
}