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();
22
22
)); ?>
23
23
</p>
24
24
<?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 ()) ?> ">
26
27
<ul class="tfa-provider_list">
27
28
<?php foreach ($ list as $ providerData ): ?>
28
29
<li class="tfa-provider">
Original file line number Diff line number Diff line change 9
9
/** @var $escaper Magento\Framework\Escaper */
10
10
?>
11
11
<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>
15
15
</div>
You can’t perform that action at this time.
0 commit comments