@open-tender/cloud
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -22,3 +22,3 @@ "use strict"; | ||
if (email && password) { | ||
if (brand === null || brand === void 0 ? void 0 : brand.tpls) { | ||
if ((brand === null || brand === void 0 ? void 0 : brand.tpls) && (brand === null || brand === void 0 ? void 0 : brand.tpls) !== 'SPARKFLY') { | ||
const resp = yield api.postCustomerSignIn(data); | ||
@@ -25,0 +25,0 @@ dispatch((0, customer_1.setCustomerAuth)(resp)); |
@@ -19,3 +19,3 @@ import { __awaiter } from "tslib"; | ||
if (email && password) { | ||
if (brand === null || brand === void 0 ? void 0 : brand.tpls) { | ||
if ((brand === null || brand === void 0 ? void 0 : brand.tpls) && (brand === null || brand === void 0 ? void 0 : brand.tpls) !== 'SPARKFLY') { | ||
const resp = yield api.postCustomerSignIn(data); | ||
@@ -22,0 +22,0 @@ dispatch(setCustomerAuth(resp)); |
{ | ||
"name": "@open-tender/cloud", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our cloud-based Order API.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
958281