@itleadopencommerce/api-plugin-accounts
Advanced tools
Comparing version 2.16.6 to 2.16.7
{ | ||
"name": "@itleadopencommerce/api-plugin-accounts", | ||
"description": "Accounts plugin for the Reaction API", | ||
"version": "2.16.6", | ||
"version": "2.16.7", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "type": "module", |
@@ -47,3 +47,3 @@ import _ from "lodash"; | ||
if (url.includes("sell.")) { | ||
confirmationUrl = `https://${url}/verify/${email}/${token}`; | ||
confirmationUrl = `https://${url}verify/${email}/${token}`; | ||
} else { | ||
@@ -50,0 +50,0 @@ confirmationUrl = `https://${url}/${language}/verify/${email}/${token}`; |
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
328380