mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:44:29 -04:00
Add last error to head
This commit is contained in:
parent
bd40cb8e1e
commit
c062b2b664
@ -7,6 +7,9 @@
|
||||
<!-- Authenticated: {{ Auth::check() ? 'Yes' : 'No' }} -->
|
||||
<!-- Server: {{ session(SESSION_DB_SERVER, 'Unset') }} -->
|
||||
@endif
|
||||
@if (Session::has('error'))
|
||||
<!-- Error: {{ Session::get('error') }} -->
|
||||
@endif
|
||||
<meta charset="utf-8">
|
||||
|
||||
@if (Utils::isWhiteLabel() && ! auth()->check())
|
||||
|
Loading…
x
Reference in New Issue
Block a user