diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index a9965e5e32b4..11fb3d8edd4f 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -9,7 +9,7 @@ @endif - @if (Utils::isWhiteLabel() && ! isset($title)) + @if (Utils::isWhiteLabel() && ! auth()->check()) {{ trans('texts.client_portal') }} @else