We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e95cd commit 50185c5Copy full SHA for 50185c5
web-assets/js/setupAuth0WithRedirect.js
@@ -272,7 +272,7 @@ const authSetup = function () {
272
Object.keys(claims).forEach(key => {
273
logger('Checking key', key);
274
if (key.indexOf('onboarding_wizard') !== -1) {
275
- if (claims[key] === 'show' || claims[key] === 'override') {
+ if (claims[key] === 'show' || claims[key] === 'useRetUrl') {
276
showOnboardingWizard = claims[key];
277
}
278
0 commit comments