Skip to content

Commit 2bc1209

Browse files
committed
magento-commerce/magento2-login-as-customer#171: Force customer unlogin during admin loglout without additional MySQL queries
1 parent 8ceaa21 commit 2bc1209

File tree

1 file changed

+0
-3
lines changed
  • app/code/Magento/LoginAsCustomer/etc

1 file changed

+0
-3
lines changed

app/code/Magento/LoginAsCustomer/etc/di.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@
1313
<preference for="Magento\LoginAsCustomerApi\Api\DeleteAuthenticationDataForUserInterface" type="Magento\LoginAsCustomer\Model\ResourceModel\DeleteAuthenticationDataForUser"/>
1414
<preference for="Magento\LoginAsCustomerApi\Api\ConfigInterface" type="Magento\LoginAsCustomer\Model\Config"/>
1515
<preference for="Magento\LoginAsCustomerApi\Api\IsLoginAsCustomerSessionActiveInterface" type="Magento\LoginAsCustomer\Model\ResourceModel\IsLoginAsCustomerSessionActive"/>
16-
<type name="Magento\Backend\Model\Auth">
17-
<plugin name="login_as_customer_admin_logout" type="Magento\LoginAsCustomer\Plugin\AdminLogoutPlugin"/>
18-
</type>
1916
</config>

0 commit comments

Comments
 (0)