Skip to content

Commit 6b1f575

Browse files
committed
fix: typo
1 parent 6e0bc06 commit 6b1f575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-assets/auth0/dev-tenant/rules/onboardingChecklist.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ function (user, context, callback) {
120120
checklistTrait.onboarding_wizard.override === 'skip')
121121
{
122122
return callback(null, user, context);
123-
} else if (checklistTrait.onboarding_wizard.override === 'retUrl') {
124-
override = 'retUrl';
123+
} else if (checklistTrait.onboarding_wizard.override === 'useRetUrl') {
124+
override = 'useRetUrl';
125125
}
126126
}
127127
}

0 commit comments

Comments
 (0)