We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98637e4 commit a329b6bCopy full SHA for a329b6b
app/code/Magento/Customer/view/frontend/templates/account/authentication-popup.phtml
@@ -11,6 +11,7 @@
11
<?php $scriptString = 'window.authenticationPopup = ' . /* @noEscape */ $block->getSerializedConfig(); ?>
12
<?= /* @noEscape */ $secureRenderer->renderTag('script', [], $scriptString, false); ?>
13
<!-- ko template: getTemplate() --><!-- /ko -->
14
+ <?php // phpcs:disable?>
15
<script type="text/x-magento-init">
16
{
17
"#authenticationPopup": {
@@ -24,4 +25,5 @@
24
25
}
26
27
</script>
28
+ <?php // phpcs:enable?>
29
</div>
0 commit comments