Skip to content

Commit b7c0f1b

Browse files
[forwardport] PR#12712
issue #14850
1 parent c09c8d5 commit b7c0f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/view/frontend/web/template/authentication-popup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
id="login-form">
5555
<div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}">
5656
<div class="field email required">
57-
<label class="label" for="email"><span data-bind="i18n: 'Email Address'"></span></label>
57+
<label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'"></span></label>
5858
<div class="control">
5959
<input name="username"
60-
id="email"
60+
id="customer-email"
6161
type="email"
6262
class="input-text"
6363
data-bind="attr: {autocomplete: autocomplete}"

0 commit comments

Comments
 (0)