@moonbase.sh/storefront-api
Advanced tools
Comparing version 0.2.46 to 0.2.47
@@ -313,3 +313,3 @@ var __defProp = Object.defineProperty; | ||
async signIn(email, password) { | ||
const response = await fetch(`${this.api.baseUrl}/api/customer/identity/sign-in?email=${email}&scheme=JWT`, { | ||
const response = await fetch(`${this.api.baseUrl}/api/customer/identity/sign-in?email=${encodeURIComponent(email)}&scheme=JWT`, { | ||
method: "POST", | ||
@@ -316,0 +316,0 @@ headers: { |
{ | ||
"name": "@moonbase.sh/storefront-api", | ||
"type": "module", | ||
"version": "0.2.46", | ||
"version": "0.2.47", | ||
"description": "Package to let you build storefronts with Moonbase.sh as payment and delivery provider", | ||
@@ -6,0 +6,0 @@ "author": "Tobias Lønnerød Madsen <m@dsen.tv>", |
Sorry, the diff of this file is not supported yet
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
845459