Skip to content

Commit 74052f7

Browse files
ENGCOM-1396: [forwardport] PR#12712 : Found 2 elements with non-unique id #email #14867
- Merge Pull Request #14867 from julienanquetil/magento2:issue14850 - Merged commits: 1. b7c0f1b
2 parents 18a7e29 + b7c0f1b commit 74052f7

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)