Skip to content

Commit 395882f

Browse files
committed
Merge branch 'MC-30537' into MC-30537-1.0.0
2 parents 5a8e9c9 + 36622ce commit 395882f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

TwoFactorAuth/Test/Unit/Model/Config/Backend/ForceProvidersTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
/**
3-
* Compiler test. Check compilation of DI definitions and code generation
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
75
*/

TwoFactorAuth/view/adminhtml/templates/tfa/provider/configure.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<script type="text/x-magento-init">
1212
{
1313
"#tfa-configure-container": {
14-
"Magento_Ui/js/core/app": <?= /* @escapeNotVerified */ $block->getJsLayout() ?>
14+
"Magento_Ui/js/core/app": <?= /* @noEscape */ $block->getJsLayout() ?>
1515
}
1616
}
1717
</script>

0 commit comments

Comments
 (0)