From 03c214dc3fc98f121393baf0a394ed7c1a927759 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 05:34:01 +0000 Subject: [PATCH] Also clear onboarding progress key during global auth clear and initial cleanup cgen-3dfbd02ecfdc46d2893250f05c1b83b4 --- client/contexts/AuthContext.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/contexts/AuthContext.tsx b/client/contexts/AuthContext.tsx index 685b2861..df5da1ea 100644 --- a/client/contexts/AuthContext.tsx +++ b/client/contexts/AuthContext.tsx @@ -180,6 +180,8 @@ export const AuthProvider: React.FC<{ children: React.ReactNode }> = ({ "demo_profiles", "demo_posts", "demo_seed_v1", + "aethex_onboarding_progress_v1", + "onboarding_complete", ].forEach((key) => window.localStorage.removeItem(key)); storageClearedRef.current = true; } catch {