UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

9 lines (6 loc) 294 B
import { authenticateExtensionFactory } from '../extension/authenticate.mjs'; function authenticateCustomerAccountFactory(params) { return authenticateExtensionFactory(params, 'customer account'); } export { authenticateCustomerAccountFactory }; //# sourceMappingURL=authenticate.mjs.map