From 54fd4d4c4e19f6dee0d845182341c591b3453932 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 18 Feb 2018 20:20:26 +0200 Subject: [PATCH] Fix for portal w/invalid key --- resources/views/public/header.blade.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/views/public/header.blade.php b/resources/views/public/header.blade.php index c41df36ddd67..d7c510adc5b5 100644 --- a/resources/views/public/header.blade.php +++ b/resources/views/public/header.blade.php @@ -72,14 +72,14 @@ - @if (!isset($account) || !$account->hasFeature(FEATURE_WHITE_LABEL)) + @if (empty($account) || !$account->hasFeature(FEATURE_WHITE_LABEL)) {{-- Per our license, please do not remove or modify this link. --}} @endif