1
0
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:
Hillel Coren 2018-03-10 22:07:47 +02:00
parent 004a8ffbd4
commit 9d894daea9

View File

@ -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