We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f970b commit ed32769Copy full SHA for ed32769
lib/commands/post-install.ts
@@ -63,7 +63,7 @@ export class PostInstallCliCommand extends PostInstallCommand {
63
private sendEmail(email: string): void {
64
if (email) {
65
let postData = queryString.stringify({
66
- 'elqFormName': "Telerik-TrialRegistration",
+ 'elqFormName': "dev_uins_cli",
67
'elqSiteID': '1325',
68
'emailAddress': email,
69
'elqCookieWrite': '0'
0 commit comments