mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +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