Only show OAuth setup reminder, not always show notification

cgen-f661f9b7d9c34663963c82868b239ff0
This commit is contained in:
Builder.io 2025-08-06 00:33:52 +00:00
parent b45be2419d
commit 15d2468fb3

View file

@ -5,8 +5,9 @@ import { Button } from '@/components/ui/button';
import { Database, ExternalLink, Info } from 'lucide-react';
export default function SupabaseStatus() {
// Only show if Supabase is not configured (demo mode)
if (isSupabaseConfigured) {
return null; // Don't show anything if Supabase is properly configured
return null;
}
return (