提交 ae2cb0fc authored 作者: Will Chen's avatar Will Chen

Update URL for supabase oauth

上级 bf70c1bb
...@@ -52,7 +52,7 @@ export function SupabaseConnector({ appId }: { appId: number }) { ...@@ -52,7 +52,7 @@ export function SupabaseConnector({ appId }: { appId: number }) {
// TODO: replace this with deployed URL // TODO: replace this with deployed URL
const result = await IpcClient.getInstance().openExternalUrl( const result = await IpcClient.getInstance().openExternalUrl(
"http://localhost:30123/connect-supabase/login" "https://supabase-oauth.dyad.sh/api/connect-supabase/login"
); );
if (!result.success) { if (!result.success) {
throw new Error(result.error || "Failed to open auth URL"); throw new Error(result.error || "Failed to open auth URL");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论