mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Include headers in error message.
This commit is contained in:
@@ -24,4 +24,14 @@
|
||||
{{ trans('email.error_stacktrace_below')|raw }}
|
||||
|
||||
{{ stackTrace|raw }}
|
||||
|
||||
{{ trans('email.error_headers') }}
|
||||
|
||||
{% for key, header in headers %}
|
||||
{% if (key != 'cookie') and header[0] != '' %}
|
||||
- {{ key }}: {{ header[0] }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
|
||||
{% include 'emails.footer-text' %}
|
||||
|
||||
Reference in New Issue
Block a user