Skip to content

Commit

Permalink
Improve email markup
Browse files Browse the repository at this point in the history
  • Loading branch information
rmn-boiko committed Feb 7, 2025
1 parent 1e9f92b commit a261997
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/email-templates/access-token-created.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

{% block title %}New Access Token Created{% endblock %}

{% block header %}The new access token with name <i>{{token_name}}</i> was successfully created.{% endblock %}

{% block content %}
<p>The new access token with {{token_name}} was successfully created.</p>
<p style="margin-bottom: 25px">
<p style="margin-bottom: 25px; margin-left: 50px;">
Check list of access tokens in your account to see the details.
<br>
<a href="{{ token_list_url }}">View token list page</a>
Expand Down

0 comments on commit a261997

Please sign in to comment.