mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
fix mailbox newsletter
This commit is contained in:
parent
7c55c5c44a
commit
50a105f156
2 changed files with 2 additions and 2 deletions
|
@ -30,6 +30,6 @@ maybe for different uses: a Gmail account for social networks & forums, a Pronto
|
|||
{% endblock %}
|
||||
|
||||
{% block footer %}
|
||||
This email is sent to {{ user.email }} and is part of our onboarding series. Unsubscribe on
|
||||
This email is sent to {{ user.email }}. Unsubscribe on
|
||||
<a href="https://app.simplelogin.io/dashboard/setting#notification">Settings</a>
|
||||
{% endblock %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This email is sent to {{ user.email }} and is part of our onboarding series.
|
||||
This email is sent to {{ user.email }}.
|
||||
Unsubscribe from our emails on https://app.simplelogin.io/dashboard/setting#notification
|
||||
----------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue