diff --git a/assets/templates/account_activation_email.hbs b/assets/templates/account_activation_email.hbs index 94fbcac..5457354 100644 --- a/assets/templates/account_activation_email.hbs +++ b/assets/templates/account_activation_email.hbs @@ -15,7 +15,7 @@

{{{encoded_activation_link}}}

Or, simply copy and paste the following code into the account activation form:

{{{encoded_activation_code}}}

-

If you have any trouble activating your account, please email as at contact@secutils.dev +

If you have any trouble activating your account, please email us at contact@secutils.dev or simply reply to this email.

Secutils.dev logo diff --git a/src/notifications/notification_content.rs b/src/notifications/notification_content.rs index ced913c..f069b2f 100644 --- a/src/notifications/notification_content.rs +++ b/src/notifications/notification_content.rs @@ -174,7 +174,7 @@ mod tests { subject: "Activate your Secutils.dev account", text: "To activate your Secutils.dev account, please use the following code: some-code. Alternatively, navigate to the following URL in your browser: http://localhost:1234/activate?code=some-code&flow=00000000-0000-0000-0000-000000000001", html: Some( - "\n\n\n Activate your Secutils.dev account\n \n \n \n\n\n
\n

Hi there,

\n

Thanks for signing up! To activate your account, please click the button below:

\n Activate my account\n

Alternatively, copy and paste the following URL into your browser:

\n

http://localhost:1234/activate?code=some-code&flow=00000000-0000-0000-0000-000000000001

\n

Or, simply copy and paste the following code into the account activation form:

\n

some-code

\n

If you have any trouble activating your account, please email as at contact@secutils.dev\n or simply reply to this email.

\n \"Secutils.dev\n
\n\n\n", + "\n\n\n Activate your Secutils.dev account\n \n \n \n\n\n
\n

Hi there,

\n

Thanks for signing up! To activate your account, please click the button below:

\n Activate my account\n

Alternatively, copy and paste the following URL into your browser:

\n

http://localhost:1234/activate?code=some-code&flow=00000000-0000-0000-0000-000000000001

\n

Or, simply copy and paste the following code into the account activation form:

\n

some-code

\n

If you have any trouble activating your account, please email us at contact@secutils.dev\n or simply reply to this email.

\n \"Secutils.dev\n
\n\n\n", ), attachments: Some( [ diff --git a/src/notifications/notification_content_template.rs b/src/notifications/notification_content_template.rs index 416fc61..b335453 100644 --- a/src/notifications/notification_content_template.rs +++ b/src/notifications/notification_content_template.rs @@ -97,7 +97,7 @@ mod tests { subject: "Activate your Secutils.dev account", text: "To activate your Secutils.dev account, please use the following code: some-code. Alternatively, navigate to the following URL in your browser: http://localhost:1234/activate?code=some-code&flow=00000000-0000-0000-0000-000000000001", html: Some( - "\n\n\n Activate your Secutils.dev account\n \n \n \n\n\n
\n

Hi there,

\n

Thanks for signing up! To activate your account, please click the button below:

\n Activate my account\n

Alternatively, copy and paste the following URL into your browser:

\n

http://localhost:1234/activate?code=some-code&flow=00000000-0000-0000-0000-000000000001

\n

Or, simply copy and paste the following code into the account activation form:

\n

some-code

\n

If you have any trouble activating your account, please email as at contact@secutils.dev\n or simply reply to this email.

\n \"Secutils.dev\n
\n\n\n", + "\n\n\n Activate your Secutils.dev account\n \n \n \n\n\n
\n

Hi there,

\n

Thanks for signing up! To activate your account, please click the button below:

\n Activate my account\n

Alternatively, copy and paste the following URL into your browser:

\n

http://localhost:1234/activate?code=some-code&flow=00000000-0000-0000-0000-000000000001

\n

Or, simply copy and paste the following code into the account activation form:

\n

some-code

\n

If you have any trouble activating your account, please email us at contact@secutils.dev\n or simply reply to this email.

\n \"Secutils.dev\n
\n\n\n", ), attachments: Some( [