Skip to content

Commit 58e95cd

Browse files
committed
fix: typo
1 parent 6b1f575 commit 58e95cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ const authSetup = function () {
315315

316316
if (showOnboardingWizard) {
317317
logger('Take user to onboarding wizard', showOnboardingWizard);
318-
if (showOnboardingWizard === 'retUrl') {
318+
if (showOnboardingWizard === 'useRetUrl') {
319319
logger('Need to persist appUrl', returnAppUrl)
320320
setCookie('returnAfterOnboard', returnAppUrl) // TODO: use localStorage instead?
321321
}

0 commit comments

Comments
 (0)