Files
firefly-iii/resources/views/v1/emails/access-token-created-text.twig
2018-11-02 19:59:29 +01:00

8 lines
358 B
Twig

{% include 'emails.header-text' %}
Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.
With this token, they can access all of your financial records through the Firefly III API.
If this wasn't you, please revoke this token as soon as possible at {{ route('profile.index') }}.
{% include 'emails.footer-text' %}