mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 12:15:55 +00:00
Code for #1415
This commit is contained in:
13
resources/views/emails/access-token-created-html.twig
Normal file
13
resources/views/emails/access-token-created-html.twig
Normal file
@@ -0,0 +1,13 @@
|
||||
{% include 'emails.header-html' %}
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.
|
||||
</p>
|
||||
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.
|
||||
</p>
|
||||
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
If this wasn't you, please revoke this token as soon as possible at {{ route('profile.index') }}.
|
||||
</p>
|
||||
{% include 'emails.footer-html' %}
|
||||
Reference in New Issue
Block a user