diff --git a/vendor/magento/module-customer/Block/Form/Login.php b/vendor/magento/module-customer/Block/Form/Login.php
index 7b265ae..ec02a4b 100644
--- a/vendor/magento/module-customer/Block/Form/Login.php
+++ b/vendor/magento/module-customer/Block/Form/Login.php
@@ -45,21 +45,21 @@ class Login extends \Magento\Framework\View\Element\Template
         $this->_isScopePrivate = false;
         $this->_customerUrl = $customerUrl;
         $this->_customerSession = $customerSession;
     }
 
     /**
      * @return $this
      */
     protected function _prepareLayout()
     {
-        $this->pageConfig->getTitle()->set(__('Customer Login'));
+	// Set no title because the block is also loaded in other places
         return parent::_prepareLayout();
     }
 
     /**
      * Retrieve form posting url
      *
      * @return string
      */
     public function getPostActionUrl()
     {
