diff --git a/src/mail_templates/password_reset-html.ejs b/src/mail_templates/password_reset-html.ejs index 3928b433a..1180a41d2 100644 --- a/src/mail_templates/password_reset-html.ejs +++ b/src/mail_templates/password_reset-html.ejs @@ -6,10 +6,11 @@

{{ passwordResetEmail.description }}

-

- {{ passwordResetEmail.resetAction }} -

+
+{{ passwordResetEmail.resetAction }} + +

{{ passwordResetEmail.expireNote }} diff --git a/src/mail_templates/welcome_user-html.ejs b/src/mail_templates/welcome_user-html.ejs index 5e3ef0e53..3256d3dcd 100644 --- a/src/mail_templates/welcome_user-html.ejs +++ b/src/mail_templates/welcome_user-html.ejs @@ -5,9 +5,9 @@

{{ welcomeEmail.salutation }}

{{ welcomeEmail.welcomeTo }}

-

- {{ welcomeEmail.inviteLinkAction }} -

+
+ +{{ welcomeEmail.inviteLinkAction }}