File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
LoginAsCustomerFrontendUi Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
<preference for =" Magento\LoginAsCustomerApi\Api\Data\AuthenticationDataInterface" type =" Magento\LoginAsCustomer\Model\AuthenticationData" />
10
10
<preference for =" Magento\LoginAsCustomerApi\Api\SaveAuthenticationDataInterface" type =" Magento\LoginAsCustomer\Model\ResourceModel\SaveAuthenticationData" />
11
11
<preference for =" Magento\LoginAsCustomerApi\Api\GetAuthenticationDataBySecretInterface" type =" Magento\LoginAsCustomer\Model\ResourceModel\GetAuthenticationDataBySecret" />
12
- <preference for =" Magento\LoginAsCustomerApi\Api\AuthenticateCustomerBySecretInterface" type =" Magento\LoginAsCustomer\Model\AuthenticateCustomerBySecret" />
13
12
<preference for =" Magento\LoginAsCustomerApi\Api\DeleteAuthenticationDataForUserInterface" type =" Magento\LoginAsCustomer\Model\ResourceModel\DeleteAuthenticationDataForUser" />
14
13
<preference for =" Magento\LoginAsCustomerApi\Api\ConfigInterface" type =" Magento\LoginAsCustomer\Model\Config" />
15
14
<preference for =" Magento\LoginAsCustomerApi\Api\IsLoginAsCustomerSessionActiveInterface" type =" Magento\LoginAsCustomer\Model\ResourceModel\IsLoginAsCustomerSessionActive" />
Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \LoginAsCustomer \Model ;
8
+ namespace Magento \LoginAsCustomerFrontendUi \Model ;
9
9
10
10
use Magento \Customer \Model \Session ;
11
11
use Magento \Framework \Exception \LocalizedException ;
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
9
+ <preference for =" Magento\LoginAsCustomerApi\Api\AuthenticateCustomerBySecretInterface" type =" Magento\LoginAsCustomerFrontendUi\Model\AuthenticateCustomerBySecret" />
9
10
<type name =" Magento\Customer\CustomerData\SectionPoolInterface" >
10
11
<arguments >
11
12
<argument name =" sectionSourceMap" xsi : type =" array" >
You can’t perform that action at this time.
0 commit comments