Skip to content

Commit 56f0ff6

Browse files
author
Sachin Maheshwari
committed
typo
1 parent 51e6e65 commit 56f0ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-assets/js/setupAuth0.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const authSetup = function () {
3535
const refreshTokenOffset = 65; // in seconds
3636
const returnAppUrl = qs['retUrl'];
3737
const shouldLogout = qs['logout'];
38-
const resSource = qs['resSource'];
38+
const regSource = qs['regSource'];
3939

4040

4141
var auth0 = null;
@@ -113,7 +113,7 @@ const authSetup = function () {
113113
auth0
114114
.loginWithPopup({
115115
redirect_uri: host + '/callback.html',
116-
resSource: resSource
116+
regSource: regSource
117117
})
118118
.then(function () {
119119
auth0.isAuthenticated().then(function (isAuthenticated) {

0 commit comments

Comments
 (0)