We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2fe28 commit 934b622Copy full SHA for 934b622
.circleci/config.yml
@@ -70,6 +70,7 @@ workflows:
70
branches:
71
only:
72
- dev
73
+ - jira-plat-742
74
75
# Production builds are exectuted only on tagged commits to the
76
# master branch.
web-assets/js/setupAuth0WithRedirect.js
@@ -187,10 +187,10 @@ const authSetup = function () {
187
auth0
188
.loginWithRedirect({
189
redirect_uri: host + '?appUrl=' + returnAppUrl,
190
- regSource: regSource,
191
- utmSource: utmSource,
192
- utmCampaign: utmCampaign,
193
- utmMedium: utmMedium,
+ reg_source: regSource,
+ utm_source: utmSource,
+ utm_campaign: utmCampaign,
+ utm_medium: utmMedium,
194
returnUrl: returnAppUrl,
195
mode: mode
196
})
0 commit comments