Skip to content

Commit

Permalink
ENGCOM-4047: 13982 customer login block sets the title for the page w…
Browse files Browse the repository at this point in the history
…hen rendered #20583
  • Loading branch information
sivaschenko authored Feb 24, 2019
2 parents effb7c0 + 783860e commit a27b32e
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 a27b32e

Please sign in to comment.