@shopgate/engage
Version:
Shopgate's ENGAGE library.
4 lines • 355 B
JavaScript
import{main$}from'@shopgate/pwa-common/streams';import{SUCCESS_REGISTRATION}from"../constants/actionTypes";/**
* Gets triggered when registration was successful via the shopgate.user.register pipeline
* @type {Observable}
*/export var registrationSuccess$=main$.filter(function(_ref){var action=_ref.action;return action.type===SUCCESS_REGISTRATION;});