You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(checklistTrait.onboarding_wizard.status!=null||// any valid status indicates user has already seen onboarding wizard and needn't be shown again.
119
-
checklistTrait.onboarding_wizard.skip)// for certain signup routes skip is set to true, and thus onboarding wizard needn't be shown
120
-
){
117
+
if(checklistTrait.onboarding_wizard!=null){
118
+
if(checklistTrait.onboarding_wizard.status!=='pending_at_user'||// any non pending_at_user status indicates OB was either seen or completed and can be skipped
119
+
checklistTrait.onboarding_wizard.skip||// for certain signup routes skip is set to true, and thus onboarding wizard needn't be shown
0 commit comments