From e8ef36d3e922ff4fd8c951c9fa6e93f05fa93180 Mon Sep 17 00:00:00 2001 From: Rakib Ansary Date: Thu, 6 Jan 2022 14:41:07 +0600 Subject: [PATCH] fix: syntax --- web-assets/js/setupAuth0WithRedirect.js | 1 - 1 file changed, 1 deletion(-) 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') &&