mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-10 23:45:48 -06:00
6 lines
278 B
Twig
6 lines
278 B
Twig
{% include 'emails.header-html' %}
|
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
|
Firefly III has just blocked a login from user with email "{{ email }}" because they supplied bad credentials.
|
|
</p>
|
|
{% include 'emails.footer-html' %}
|