We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3889286 commit 229f045Copy full SHA for 229f045
app/code/Magento/LoginAsCustomerFrontendUi/etc/frontend/di.xml
@@ -6,13 +6,6 @@
6
*/
7
-->
8
<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>
16
<type name="Magento\Framework\App\ActionInterface">
17
<plugin name="invalidate_expired_session_plugin"
18
type="Magento\LoginAsCustomerFrontendUi\Plugin\InvalidateExpiredSessionPlugin"/>
0 commit comments