Skip to content

Commit 89d7938

Browse files
committed
add logs
1 parent 8a7af15 commit 89d7938

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ const authSetup = function () {
321321
if (showOnboardingWizard === 'useRetUrl') {
322322
logger('Need to persist appUrl', returnAppUrl, appUrl);
323323
setCookie('returnAfterOnboard', returnAppUrl) // TODO: use localStorage instead?
324+
logger('qs values', JSON.stringify(qs));
324325
}
325326
redirectToOnboardingWizard(returnAppUrl);
326327
}

0 commit comments

Comments
 (0)