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 34cba48 commit 74818adCopy full SHA for 74818ad
web-assets/js/setupAuth0.js
@@ -36,6 +36,7 @@ const authSetup = function () {
36
const returnAppUrl = qs['retUrl'];
37
const shouldLogout = qs['logout'];
38
const regSource = qs['regSource'];
39
+ const utmSource= qs['utm_source'];
40
41
42
var auth0 = null;
@@ -113,7 +114,8 @@ const authSetup = function () {
113
114
auth0
115
.loginWithPopup({
116
redirect_uri: host + '/callback.html',
- regSource: regSource
117
+ regSource: regSource,
118
+ utmSource: utmSource
119
})
120
.then(function () {
121
auth0.isAuthenticated().then(function (isAuthenticated) {
0 commit comments