Mageplaza Social Login extension customization
The task was to add the extension’s elements to the standard authorization popup on Magento 2. The developers made it easy to do by adding their own component “social-buttons” into the list of embedded elements of the component “authenticationPopup” which is sent to the “authentication-popup” block’s constructor. The block “authentication-popup” and its element “authenticationPopup” appears…