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 7ef6fed commit 2c4ab23Copy full SHA for 2c4ab23
web-assets/js/setupAuth0WithRedirect.js
@@ -138,7 +138,8 @@ const authSetup = function () {
138
regSource: regSource,
139
utmSource: utmSource,
140
utmCampaign: utmCampaign,
141
- utmMedium: utmMedium
+ utmMedium: utmMedium,
142
+ returnUrl: returnAppUrl
143
})
144
.then(function () {
145
auth0.isAuthenticated().then(function (isAuthenticated) {
0 commit comments