Skip to content

Commit 229f045

Browse files
committed
magento-commerce/magento2-login-as-customer#171: Force customer unlogin during admin loglout without additional MySQL queries
1 parent 3889286 commit 229f045

File tree

1 file changed

+0
-7
lines changed
  • app/code/Magento/LoginAsCustomerFrontendUi/etc/frontend

1 file changed

+0
-7
lines changed

app/code/Magento/LoginAsCustomerFrontendUi/etc/frontend/di.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9-
<type name="Magento\Customer\CustomerData\SectionPoolInterface">
10-
<arguments>
11-
<argument name="sectionSourceMap" xsi:type="array">
12-
<item name="loggedAsCustomer" xsi:type="string">Magento\LoginAsCustomerFrontendUi\CustomerData\LoginAsCustomerUi</item>
13-
</argument>
14-
</arguments>
15-
</type>
169
<type name="Magento\Framework\App\ActionInterface">
1710
<plugin name="invalidate_expired_session_plugin"
1811
type="Magento\LoginAsCustomerFrontendUi\Plugin\InvalidateExpiredSessionPlugin"/>

0 commit comments

Comments
 (0)