@itleadopencommerce/api-plugin-accounts
Advanced tools
Comparing version 2.16.7 to 2.16.8
{ | ||
"name": "@itleadopencommerce/api-plugin-accounts", | ||
"description": "Accounts plugin for the Reaction API", | ||
"version": "2.16.7", | ||
"version": "2.16.8", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "type": "module", |
@@ -46,3 +46,3 @@ import _ from "lodash"; | ||
// TODO: Hardcoded sell - need to replace in future | ||
if (url.includes("sell.")) { | ||
if (url.includes("account.")) { | ||
confirmationUrl = `https://${url}verify/${email}/${token}`; | ||
@@ -49,0 +49,0 @@ } else { |
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
328383