diff --git a/web-assets/js/setupAuth0WithRedirect.js b/web-assets/js/setupAuth0WithRedirect.js index 9d8d471..5e0d233 100644 --- a/web-assets/js/setupAuth0WithRedirect.js +++ b/web-assets/js/setupAuth0WithRedirect.js @@ -46,7 +46,6 @@ const authSetup = function () { const mode = qs['mode'] || 'signIn'; let returnAppUrl = handleSpecificReturnUrl(qs['retUrl'], 'retUrl'); let appUrl = qs['appUrl'] || false; - let onboardingWizardUrl = null; if (utmSource && (utmSource != 'undefined') &&