mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix white labeled page title
This commit is contained in:
parent
104a006e73
commit
9115272127
@ -9,7 +9,7 @@
|
||||
@endif
|
||||
<meta charset="utf-8">
|
||||
|
||||
@if (Utils::isWhiteLabel() && ! isset($title))
|
||||
@if (Utils::isWhiteLabel() && ! auth()->check())
|
||||
<title>{{ trans('texts.client_portal') }}</title>
|
||||
<link href="{{ asset('ic_cloud_circle.png') }}" rel="shortcut icon" type="image/png">
|
||||
@else
|
||||
|
Loading…
x
Reference in New Issue
Block a user