Update URL for supabase oauth

This commit is contained in:
Will Chen
2025-04-22 21:40:44 -07:00
parent bf70c1bb00
commit ae2cb0fc6b

View File

@@ -52,7 +52,7 @@ export function SupabaseConnector({ appId }: { appId: number }) {
// TODO: replace this with deployed URL
const result = await IpcClient.getInstance().openExternalUrl(
"http://localhost:30123/connect-supabase/login"
"https://supabase-oauth.dyad.sh/api/connect-supabase/login"
);
if (!result.success) {
throw new Error(result.error || "Failed to open auth URL");