Skip to content

Commit

Permalink
ENGCOM-4367: [Backport] 13982 customer login block sets the title for…
Browse files Browse the repository at this point in the history
… the page when rendered #21434
  • Loading branch information
sidolov authored Mar 5, 2019
2 parents 6f49160 + d343b0d commit 97cbde6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/code/Magento/Customer/Block/Form/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ public function __construct(
$this->_customerSession = $customerSession;
}

/**
* @return $this
*/
protected function _prepareLayout()
{
$this->pageConfig->getTitle()->set(__('Customer Login'));
return parent::_prepareLayout();
}

/**
* Retrieve form posting url
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<title>Customer Login</title>
</head>
<body>
<referenceContainer name="content">
<!-- customer.form.login.extra -->
Expand Down

0 comments on commit 97cbde6

Please sign in to comment.