Fix white labeled page title

This commit is contained in:
Hillel Coren 2018-03-10 22:07:15 +02:00
parent 104a006e73
commit 9115272127

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