Skip to content

Commit 934b622

Browse files
author
Sachin Maheshwari
committed
underscore issue in utm codes
1 parent ee2fe28 commit 934b622

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ workflows:
7070
branches:
7171
only:
7272
- dev
73+
- jira-plat-742
7374

7475
# Production builds are exectuted only on tagged commits to the
7576
# master branch.

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ const authSetup = function () {
187187
auth0
188188
.loginWithRedirect({
189189
redirect_uri: host + '?appUrl=' + returnAppUrl,
190-
regSource: regSource,
191-
utmSource: utmSource,
192-
utmCampaign: utmCampaign,
193-
utmMedium: utmMedium,
190+
reg_source: regSource,
191+
utm_source: utmSource,
192+
utm_campaign: utmCampaign,
193+
utm_medium: utmMedium,
194194
returnUrl: returnAppUrl,
195195
mode: mode
196196
})

0 commit comments

Comments
 (0)