Skip to content

Commit 2c61647

Browse files
author
Anye Happiness Ade
committed
fix: update Supabase connection URL to new API endpoint
1 parent 49a8b5b commit 2c61647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SupabaseConnector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export function SupabaseConnector({ appId }: { appId: number }) {
210210
});
211211
} else {
212212
await IpcClient.getInstance().openExternalUrl(
213-
"https://supabase-oauth.dyad.sh/api/connect-supabase/login",
213+
"https://api.optimaai.cc/api/supabase-auth/login",
214214
);
215215
}
216216
}}

0 commit comments

Comments
 (0)