diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index 97f0930613ad..39f1941860b3 100644 --- a/resources/views/header.blade.php +++ b/resources/views/header.blade.php @@ -298,7 +298,7 @@ ]) @endif
- @if (Utils::isAdmin()) + @if (Utils::isAdmin() && Auth::user()->confirmed) @if (count(session(SESSION_USER_ACCOUNTS)) > 1)