File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
app/code/Magento/Customer Expand file tree Collapse file tree 2 files changed +3
-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 6
6
*/
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
+ <head >
10
+ <title >Customer Login</title >
11
+ </head >
9
12
<body >
10
13
<referenceContainer name =" content" >
11
14
<!-- customer.form.login.extra -->
You can’t perform that action at this time.
0 commit comments