We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122e5c2 commit 93f1caaCopy full SHA for 93f1caa
app/code/Magento/Customer/view/frontend/layout/customer_account_login.xml
@@ -6,12 +6,10 @@
6
*/
7
-->
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>
12
<body>
- <referenceBlock name="page.main.title">
- <action method="setPageTitle">
- <argument name="title" translate="true" xsi:type="string">Customer Login</argument>
13
- </action>
14
- </referenceBlock>
15
<referenceContainer name="content">
16
<!-- customer.form.login.extra -->
17
<container name="customer.login.container" label="Customer Login Container" htmlTag="div" htmlClass="login-container">
0 commit comments