@shopify/shopify-app-remix
Version:
Shopify Remix - to simplify the building of Shopify Apps with Remix
11 lines (7 loc) • 337 B
JavaScript
;
var authenticate = require('../extension/authenticate.js');
function authenticateCustomerAccountFactory(params) {
return authenticate.authenticateExtensionFactory(params, 'customer account');
}
exports.authenticateCustomerAccountFactory = authenticateCustomerAccountFactory;
//# sourceMappingURL=authenticate.js.map