mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Fix white labeled page title
This commit is contained in:
parent
004a8ffbd4
commit
9d894daea9
@ -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…
Reference in New Issue
Block a user