Update AuthContext to handle unconfigured Supabase
cgen-f5c250193bdd4b1ca2b6da7ee61d47e0
This commit is contained in:
parent
0fafedb725
commit
d090e9332e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import React, { createContext, useContext, useEffect, useState } from 'react';
|
||||
import { User, Session } from '@supabase/supabase-js';
|
||||
import { supabase } from '@/lib/supabase';
|
||||
import { supabase, isSupabaseConfigured } from '@/lib/supabase';
|
||||
import { UserProfile } from '@/lib/database.types';
|
||||
import { aethexToast } from '@/lib/aethex-toast';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue