Skip to content

Commit 2c4ab23

Browse files
author
Sachin Maheshwari
committed
return url for after activation email
1 parent 7ef6fed commit 2c4ab23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ const authSetup = function () {
138138
regSource: regSource,
139139
utmSource: utmSource,
140140
utmCampaign: utmCampaign,
141-
utmMedium: utmMedium
141+
utmMedium: utmMedium,
142+
returnUrl: returnAppUrl
142143
})
143144
.then(function () {
144145
auth0.isAuthenticated().then(function (isAuthenticated) {

0 commit comments

Comments
 (0)