diff --git a/src/applications/home/menuitem/PhabricatorHomeProfileMenuItem.php b/src/applications/home/menuitem/PhabricatorHomeProfileMenuItem.php --- a/src/applications/home/menuitem/PhabricatorHomeProfileMenuItem.php +++ b/src/applications/home/menuitem/PhabricatorHomeProfileMenuItem.php @@ -56,10 +56,6 @@ PhabricatorProfileMenuItemConfiguration $config) { $viewer = $this->getViewer(); - if (!$viewer->isLoggedIn()) { - return array(); - } - $name = $this->getDisplayName($config); $icon = 'fa-home'; $href = $this->getItemViewURI($config);