Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TwoFactorAuth/view/adminhtml/layout/tfa_authy_auth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<body>
<referenceContainer name="login.content">
<block class="Magento\TwoFactorAuth\Block\Provider\Authy\Auth" name="content"
<block class="Magento\TwoFactorAuth\Block\Provider\Authy\Auth" name="tfa-authy-auth-content"
template="Magento_TwoFactorAuth::tfa/provider/auth.phtml">

<arguments>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<body>
<referenceContainer name="login.content">
<block class="Magento\TwoFactorAuth\Block\Provider\Authy\Configure" name="content"
<block class="Magento\TwoFactorAuth\Block\Provider\Authy\Configure" name="tfa-authy-configure-content"
template="Magento_TwoFactorAuth::tfa/provider/configure.phtml">

<arguments>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!--
/**
* Copyright 2025 Adobe.
* All rights reserved.
* Copyright 2025 Adobe
* All Rights Reserved.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand All @@ -17,7 +17,7 @@

<body>
<referenceContainer name="login.content">
<block class="Magento\TwoFactorAuth\Block\Provider\Authy\VerifyIdentity" name="content"
<block class="Magento\TwoFactorAuth\Block\Provider\Authy\VerifyIdentity" name="tfa-authy-verifyidentity-content"
template="Magento_TwoFactorAuth::tfa/provider/auth.phtml">
<arguments>
<argument name="jsLayout" xsi:type="array">
Expand Down
2 changes: 1 addition & 1 deletion TwoFactorAuth/view/adminhtml/layout/tfa_duo_auth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<body>
<referenceContainer name="login.content">
<block class="Magento\TwoFactorAuth\Block\Provider\Duo\Auth" name="content"
<block class="Magento\TwoFactorAuth\Block\Provider\Duo\Auth" name="tfa-duo-auth-content"
template="Magento_TwoFactorAuth::tfa/provider/auth.phtml">

<arguments>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!--
/**
* Copyright 2025 Adobe.
* All rights reserved.
* Copyright 2025 Adobe
* All Rights Reserved.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand All @@ -17,7 +17,7 @@

<body>
<referenceContainer name="login.content">
<block class="Magento\TwoFactorAuth\Block\Provider\Duo\Auth" name="content"
<block class="Magento\TwoFactorAuth\Block\Provider\Duo\Auth" name="tfa-duo-verifyidentity-content"
template="Magento_TwoFactorAuth::tfa/provider/auth.phtml">

<arguments>
Expand Down
2 changes: 1 addition & 1 deletion TwoFactorAuth/view/adminhtml/layout/tfa_google_auth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<body>
<referenceContainer name="login.content">
<block class="Magento\TwoFactorAuth\Block\Provider\Google\Auth" name="content"
<block class="Magento\TwoFactorAuth\Block\Provider\Google\Auth" name="tfa-google-auth-content"
template="Magento_TwoFactorAuth::tfa/provider/auth.phtml">

<arguments>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<body>
<referenceContainer name="login.content">
<block class="Magento\TwoFactorAuth\Block\Provider\Google\Configure" name="content"
<block class="Magento\TwoFactorAuth\Block\Provider\Google\Configure" name="tfa-google-configure-content"
template="Magento_TwoFactorAuth::tfa/provider/configure.phtml">

<arguments>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!--
/**
* Copyright 2025 Adobe.
* All rights reserved.
* Copyright 2025 Adobe
* All Rights Reserved.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand All @@ -17,7 +17,7 @@

<body>
<referenceContainer name="login.content">
<block class="Magento\TwoFactorAuth\Block\Provider\Google\VerifyIdentity" name="content"
<block class="Magento\TwoFactorAuth\Block\Provider\Google\VerifyIdentity" name="tfa-google-verifyidentity-content"
template="Magento_TwoFactorAuth::tfa/provider/auth.phtml">
<arguments>
<argument name="jsLayout" xsi:type="array">
Expand Down
2 changes: 1 addition & 1 deletion TwoFactorAuth/view/adminhtml/layout/tfa_tfa_configure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<body>
<referenceContainer name="login.content">
<block class="Magento\TwoFactorAuth\Block\Configure" name="content"
<block class="Magento\TwoFactorAuth\Block\Configure" name="tfa-tfa-configure-content"
template="Magento_TwoFactorAuth::tfa/configure.phtml" />
</referenceContainer>
</body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!--
/**
* Copyright 2025 Adobe.
* All rights reserved.
* Copyright 2025 Adobe
* All Rights Reserved.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand All @@ -17,7 +17,7 @@

<body>
<referenceContainer name="login.content">
<block name="content" template="Magento_TwoFactorAuth::tfa/providerselection.phtml">
<block name="tfa-tfa-providerselection-content" template="Magento_TwoFactorAuth::tfa/providerselection.phtml">
<arguments>
<argument name="view_model" xsi:type="object">Magento\TwoFactorAuth\ViewModel\ProviderSelection</argument>
</arguments>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<body>
<referenceContainer name="login.content">
<block class="Magento\Backend\Block\Template" name="content"
<block class="Magento\Backend\Block\Template" name="tfa-tfa-requestconfig-content"
template="Magento_TwoFactorAuth::tfa/request_config.phtml" />
</referenceContainer>
</body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!--
/**
* Copyright 2025 Adobe.
* All rights reserved.
* Copyright 2025 Adobe
* All Rights Reserved.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand All @@ -12,7 +12,7 @@

<body>
<referenceContainer name="login.content">
<block class="Magento\Backend\Block\Template" name="content"
<block class="Magento\Backend\Block\Template" name="tfa-tfa-verifyidentity-content"
template="Magento_TwoFactorAuth::tfa/verify_identity.phtml" />
</referenceContainer>
</body>
Expand Down
2 changes: 1 addition & 1 deletion TwoFactorAuth/view/adminhtml/layout/tfa_u2f_auth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<body>
<referenceContainer name="login.content">
<block class="Magento\TwoFactorAuth\Block\Provider\U2fKey\Auth" name="content"
<block class="Magento\TwoFactorAuth\Block\Provider\U2fKey\Auth" name="tfa-u2f-auth-content"
template="Magento_TwoFactorAuth::tfa/provider/auth.phtml">

<arguments>
Expand Down
2 changes: 1 addition & 1 deletion TwoFactorAuth/view/adminhtml/layout/tfa_u2f_configure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<body>
<referenceContainer name="login.content">
<block class="Magento\TwoFactorAuth\Block\Provider\U2fKey\Configure" name="content"
<block class="Magento\TwoFactorAuth\Block\Provider\U2fKey\Configure" name="tfa-u2f-configure-content"
template="Magento_TwoFactorAuth::tfa/provider/configure.phtml">
<arguments>
<argument name="jsLayout" xsi:type="array">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!--
/**
* Copyright 2025 Adobe.
* All rights reserved.
* Copyright 2025 Adobe
* All Rights Reserved.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand All @@ -17,7 +17,7 @@

<body>
<referenceContainer name="login.content">
<block class="Magento\TwoFactorAuth\Block\Provider\U2fKey\VerifyIdentity" name="content"
<block class="Magento\TwoFactorAuth\Block\Provider\U2fKey\VerifyIdentity" name="tfa-u2f-verifyidentity-content"
template="Magento_TwoFactorAuth::tfa/provider/auth.phtml">
<arguments>
<argument name="jsLayout" xsi:type="array">
Expand Down