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 51e6e65 commit 56f0ff6Copy full SHA for 56f0ff6
web-assets/js/setupAuth0.js
@@ -35,7 +35,7 @@ const authSetup = function () {
35
const refreshTokenOffset = 65; // in seconds
36
const returnAppUrl = qs['retUrl'];
37
const shouldLogout = qs['logout'];
38
- const resSource = qs['resSource'];
+ const regSource = qs['regSource'];
39
40
41
var auth0 = null;
@@ -113,7 +113,7 @@ const authSetup = function () {
113
auth0
114
.loginWithPopup({
115
redirect_uri: host + '/callback.html',
116
- resSource: resSource
+ regSource: regSource
117
})
118
.then(function () {
119
auth0.isAuthenticated().then(function (isAuthenticated) {
0 commit comments