File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
app/code/Magento/Customer Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,6 @@ public function __construct(
47
47
$ this ->_customerSession = $ customerSession ;
48
48
}
49
49
50
- /**
51
- * @return $this
52
- */
53
- protected function _prepareLayout ()
54
- {
55
- $ this ->pageConfig ->getTitle ()->set (__ ('Customer Login ' ));
56
- return parent ::_prepareLayout ();
57
- }
58
-
59
50
/**
60
51
* Retrieve form posting url
61
52
*
Original file line number Diff line number Diff line change 7
7
-->
8
8
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" layout =" 1column" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
9
<body >
10
+ <referenceBlock name =" page.main.title" >
11
+ <action method =" setPageTitle" >
12
+ <argument name =" title" translate =" true" xsi : type =" string" >Customer Login</argument >
13
+ </action >
14
+ </referenceBlock >
10
15
<referenceContainer name =" content" >
11
16
<!-- customer.form.login.extra -->
12
17
<container name =" customer.login.container" label =" Customer Login Container" htmlTag =" div" htmlClass =" login-container" >
You can’t perform that action at this time.
0 commit comments