We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4248916 commit 917044fCopy full SHA for 917044f
packages/web/src/views/Onboarding/OnboardingFlow.tsx
@@ -202,12 +202,10 @@ const _OnboardingFlow: React.FC = () => {
202
return 0; // Start from beginning for new users
203
};
204
205
- // Wait for hasCompletedSignup to load before showing anything
206
if (hasCompletedSignup === null) {
207
return null;
208
}
209
210
- // For returning users (hasCompletedSignup = true), skip login steps and go directly to main onboarding
211
if (!showOnboarding && !hasCompletedSignup) {
212
return (
213
<Onboarding
0 commit comments