diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index a4bafb84938d..4fb3ceac264b 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -1,7 +1,7 @@
- @if (isset($account) && $account instanceof \App\Models\Account && $account->hasFeature(FEATURE_WHITE_LABEL)) + @if (!Utils::isNinja() && !Auth::check())