Skip to content

Commit df0e4d6

Browse files
committed
Merge remote-tracking branch 'origin/MC-36810' into 2.4.1-develop-pr1
2 parents 28a533b + 89173fa commit df0e4d6

File tree

1 file changed

+8
-9
lines changed
  • app/code/Magento/Customer/view/frontend/templates/form

1 file changed

+8
-9
lines changed

app/code/Magento/Customer/view/frontend/templates/form/login.phtml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,13 @@
5050
</fieldset>
5151
</form>
5252
</div>
53-
</div>
54-
55-
<script type="text/x-magento-init">
56-
{
57-
"*": {
58-
"Magento_Customer/js/block-submit-on-send": {
59-
"formId": "login-form"
53+
<script type="text/x-magento-init">
54+
{
55+
"*": {
56+
"Magento_Customer/js/block-submit-on-send": {
57+
"formId": "login-form"
58+
}
6059
}
6160
}
62-
}
63-
</script>
61+
</script>
62+
</div>

0 commit comments

Comments
 (0)