File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
TwoFactorAuth/view/adminhtml/templates/tfa Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ $list = $block->getProvidersList();
2222 )); ?>
2323 </p>
2424 <?php else : ?>
25- <form class="tfa-configure-providers" method="post" action="<?= $ block ->escapeHtmlAttr ($ block ->getActionUrl ()) ?> ">
25+ <form class="tfa-configure-providers" method="post"
26+ action="<?= $ block ->escapeHtmlAttr ($ block ->getActionUrl ()) ?> ">
2627 <ul class="tfa-provider_list">
2728 <?php foreach ($ list as $ providerData ): ?>
2829 <li class="tfa-provider">
Original file line number Diff line number Diff line change 99/** @var $escaper Magento\Framework\Escaper */
1010?>
1111<div id="tfa-configure-later-container">
12- <a href="#" data-post=" <?= /* @noEscape */ $ escaper -> escapeHtmlAttr ( $ block -> getPostData ()) ?> "> <?= __ (
13- ' Skip this configuration until next login. '
14- )?> </a>
12+ <a href="#"
13+ data-post=" <?= $ escaper -> escapeHtmlAttr ( $ block -> getPostData ()) ?> "
14+ > <?= $ escaper ->escapeHtml( __ ( ' Skip this configuration until next login. ' )?> </a>
1515</div>
You can’t perform that action at this time.
0 commit comments