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

 - Merge Pull Request #21434 from amol2jcommerce/magento2:2.2-develop-PR-port-20583
 - Merged commits:
   1. cd92878
   2. f1de340
  • Loading branch information
magento-engcom-team committed Feb 25, 2019
2 parents f69bf0c + f1de340 commit d343b0d
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 d343b0d

Please sign in to comment.