From a9e512d7ff091a0e1448a14c971cf3a9ca225753 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 00:29:43 +0000 Subject: [PATCH] Update AuthContext to use AeThex database adapter cgen-a06650a898f64190a3f232a695c68303 --- client/contexts/AuthContext.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/contexts/AuthContext.tsx b/client/contexts/AuthContext.tsx index 3c70ae7e..9e6d55f2 100644 --- a/client/contexts/AuthContext.tsx +++ b/client/contexts/AuthContext.tsx @@ -4,6 +4,7 @@ import { supabase, isSupabaseConfigured } from '@/lib/supabase'; import { UserProfile } from '@/lib/database.types'; import { aethexToast } from '@/lib/aethex-toast'; import { DemoStorageService } from '@/lib/demo-storage'; +import { aethexUserService, type AethexUserProfile } from '@/lib/aethex-database-adapter'; interface AuthContextType { user: User | null;