Add last error to head
This commit is contained in:
parent
bd40cb8e1e
commit
c062b2b664
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue