Skip to content

Commit b5ef62a

Browse files
committed
ACP2E-3273: fix static errors
1 parent cbce5fc commit b5ef62a

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/Checkout/view/frontend/web/template/form/element

1 file changed

+3
-3
lines changed

app/code/Magento/Checkout/view/frontend/web/template/form/element/email.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
mageInit: {'mage/trim-input':{}}"
2626
name="username"
2727
data-validate="{required:true, 'validate-email':true}"
28-
id="customer-email" />
28+
id="customer-email"></input>
2929
<!-- ko template: 'ui/form/element/helper/tooltip' --><!-- /ko -->
3030
<span class="note" data-bind="fadeVisible: isPasswordVisible() == false"><!-- ko i18n: 'You can create an account after checkout.'--><!-- /ko --></span>
3131
</div>
@@ -44,7 +44,7 @@
4444
type="password"
4545
name="password"
4646
id="customer-password"
47-
data-validate="{required:true}" autocomplete="off"/>
47+
data-validate="{required:true}" autocomplete="off"></input>
4848
<span class="note" data-bind="i18n: 'You already have an account with us. Sign in or continue as guest.'"></span>
4949
</div>
5050

@@ -53,7 +53,7 @@
5353
<!-- ko template: getTemplate() --><!-- /ko -->
5454
<!-- /ko -->
5555
<div class="actions-toolbar">
56-
<input name="context" type="hidden" value="checkout" />
56+
<input name="context" type="hidden" value="checkout"></input>
5757
<div class="primary">
5858
<button type="submit" class="action login primary" data-action="checkout-method-login"><span data-bind="i18n: 'Login'"></span></button>
5959
</div>

0 commit comments

Comments
 (0)