Files
firefly-iii/resources/views/v1/emails/access-token-created-text.twig

8 lines
358 B
Twig
Raw Normal View History

2018-05-26 13:55:11 +02:00
{% 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' %}