Skip to content

Commit a329b6b

Browse files
author
Mohan Ahuja
committed
ACP2E-98: Customer with global account sharing has to login again in the secondary website when guest checkout is disabled
- Fixing PHPCS warning in phtml file
1 parent 98637e4 commit a329b6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Customer/view/frontend/templates/account/authentication-popup.phtml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<?php $scriptString = 'window.authenticationPopup = ' . /* @noEscape */ $block->getSerializedConfig(); ?>
1212
<?= /* @noEscape */ $secureRenderer->renderTag('script', [], $scriptString, false); ?>
1313
<!-- ko template: getTemplate() --><!-- /ko -->
14+
<?php // phpcs:disable?>
1415
<script type="text/x-magento-init">
1516
{
1617
"#authenticationPopup": {
@@ -24,4 +25,5 @@
2425
}
2526
}
2627
</script>
28+
<?php // phpcs:enable?>
2729
</div>

0 commit comments

Comments
 (0)