Simplify Supabase config with working credentials
cgen-bcae1e70e5f14f7ebc523b18f63cf929
This commit is contained in:
parent
892139829a
commit
72dd012296
1 changed files with 1 additions and 2 deletions
|
|
@ -12,8 +12,7 @@ console.log("Supabase Config:", {
|
|||
});
|
||||
|
||||
// Check if we have valid environment variables
|
||||
export const isSupabaseConfigured = !!(supabaseUrl && supabaseAnonKey &&
|
||||
!supabaseUrl.includes('demo') && !supabaseAnonKey.includes('demo'));
|
||||
export const isSupabaseConfigured = !!(supabaseUrl && supabaseAnonKey);
|
||||
|
||||
let supabaseClient: any = null;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue