Skip to content

Commit f9db7b0

Browse files
author
sachin-maheshwari
authored
Merge pull request #281 from rakibansary/feat/onboard-wizard
fix: syntax
2 parents 71d9af8 + e8ef36d commit f9db7b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ const authSetup = function () {
4646
const mode = qs['mode'] || 'signIn';
4747
let returnAppUrl = handleSpecificReturnUrl(qs['retUrl'], 'retUrl');
4848
let appUrl = qs['appUrl'] || false;
49-
let onboardingWizardUrl = null;
5049

5150
if (utmSource &&
5251
(utmSource != 'undefined') &&

0 commit comments

Comments
 (0)