@salesforcedevs/dw-components
Advanced tools
Comparing version
{ | ||
"name": "@salesforcedevs/dw-components", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Lightning web components for https://developer.salesforce.com", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "1de8f6760c69a5b41cf6f22f0a0940914a3c15e0" | ||
"gitHead": "0d9112639aecfd377beb40705f2df5b123d61e7d" | ||
} |
@@ -137,3 +137,3 @@ import { LightningElement, api, track } from "lwc"; | ||
converting_page: `SFDC:us:signup:${convertingPage}`, | ||
converting_page_url: `https://developer.salesforce.com/signup/${convertingPage}`, | ||
converting_page_url: `https://developer.salesforce.com/developer-legacy/signup/${convertingPage}`, | ||
form_country: formData.user.country, | ||
@@ -187,3 +187,3 @@ form_name: "Dev Edition Signup", | ||
this.trackFormCompletion(event.target!, formData, "success"); | ||
window.location.href = "/signup/success"; | ||
window.location.href = "/developer-legacy/signup/success"; | ||
}) | ||
@@ -200,3 +200,4 @@ .catch((error) => { | ||
// so we navigate the user to an interim page that tells them to watch their email. | ||
window.location.href = "/signup/account-verification"; | ||
window.location.href = | ||
"/developer-legacy/signup/account-verification"; | ||
} else { | ||
@@ -203,0 +204,0 @@ this.setSubmitButtonDisabled(false); |
511182
0.01%9427
0.01%