Update SupabaseStatus buttons for OAuth setup

cgen-e783f3efdc714e208ff8bf51cf370f0d
This commit is contained in:
Builder.io 2025-08-06 00:33:41 +00:00
parent 53e99eb2eb
commit b45be2419d

View file

@ -19,6 +19,15 @@ export default function SupabaseStatus() {
configure OAuth providers in your Supabase dashboard. configure OAuth providers in your Supabase dashboard.
</div> </div>
<div className="flex gap-2"> <div className="flex gap-2">
<Button
size="sm"
variant="outline"
className="border-blue-500/50 text-blue-300 hover:bg-blue-500/20"
onClick={() => window.open('https://app.supabase.com/project/kmdeisowhtsalsekkzqd/auth/providers', '_blank')}
>
<Info className="h-3 w-3 mr-1" />
Setup OAuth
</Button>
<Button <Button
size="sm" size="sm"
variant="outline" variant="outline"
@ -30,18 +39,9 @@ export default function SupabaseStatus() {
notification.style.display = 'none'; notification.style.display = 'none';
} }
}} }}
>
<Info className="h-3 w-3 mr-1" />
Got it!
</Button>
<Button
size="sm"
variant="outline"
className="border-blue-500/50 text-blue-300 hover:bg-blue-500/20"
onClick={() => window.open('/login', '_self')}
> >
<ExternalLink className="h-3 w-3 mr-1" /> <ExternalLink className="h-3 w-3 mr-1" />
Try Demo Dismiss
</Button> </Button>
</div> </div>
</AlertDescription> </AlertDescription>