diff --git a/src/email/templates.json b/src/email/templates.json index 44e2647..350ed69 100644 --- a/src/email/templates.json +++ b/src/email/templates.json @@ -2,11 +2,11 @@ "verifyKey": { "subject": "Verify Your Key", "text": "Hello {{name}},\n\nplease click here to verify your key:\n\n{{baseUrl}}/api/v1/verify?keyid={{keyid}}&nonce={{nonce}}", - "html": "" + "html": "

Hello {{name}},

please click here to verify your key.

" }, "verifyRemove": { "subject": "Verify Key Removal", "text": "Hello {{name}},\n\nplease click here to verify the removal of your key:\n\n{{baseUrl}}/api/v1/verifyRemove?keyid={{keyid}}&nonce={{nonce}}", - "html": "" + "html": "

Hello {{name}},

please click here to verify the removal of your key.

" } } \ No newline at end of file