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.
2 parents 18a7e29 + b7c0f1b commit 74052f7Copy full SHA for 74052f7
app/code/Magento/Customer/view/frontend/web/template/authentication-popup.html
@@ -54,10 +54,10 @@
54
id="login-form">
55
<div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}">
56
<div class="field email required">
57
- <label class="label" for="email"><span data-bind="i18n: 'Email Address'"></span></label>
+ <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'"></span></label>
58
<div class="control">
59
<input name="username"
60
- id="email"
+ id="customer-email"
61
type="email"
62
class="input-text"
63
data-bind="attr: {autocomplete: autocomplete}"
0 commit comments