Skip to content

Commit

Permalink
MAGETWO-86016: #12712: [GitHub] Latest Google Chrome Browser issue wi…
Browse files Browse the repository at this point in the history
…th duplicate id… #1036
  • Loading branch information
Oleksii Korshenko authored Dec 28, 2017
2 parents 423a319 + edbef5d commit b3e510c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
id="login-form">
<div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}">
<div class="field email required">
<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>
<div class="control">
<input name="username"
id="email"
id="customer-email"
type="email"
class="input-text"
data-bind="attr: {autocomplete: autocomplete}"
Expand Down

0 comments on commit b3e510c

Please sign in to comment.