Update AuthContext to use AeThex database adapter
cgen-a06650a898f64190a3f232a695c68303
This commit is contained in:
parent
931158d9dd
commit
a9e512d7ff
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue