Update AuthContext to use demo storage
cgen-d20b0986343d473cb0bbff21b696c94e
This commit is contained in:
parent
de4d9dcd89
commit
a2b14d27bc
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ import { User, Session } from '@supabase/supabase-js';
|
|||
import { supabase, isSupabaseConfigured } from '@/lib/supabase';
|
||||
import { UserProfile } from '@/lib/database.types';
|
||||
import { aethexToast } from '@/lib/aethex-toast';
|
||||
import { DemoStorageService } from '@/lib/demo-storage';
|
||||
|
||||
interface AuthContextType {
|
||||
user: User | null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue