a tool for shared writing and social publishing

redirect if existing account

+1 -1
+1 -1
app/api/oauth/[route]/route.ts
··· 68 68 .from("identities") 69 69 .update({ atp_did: session.did }) 70 70 .eq("id", data.data.identity); 71 - return; 71 + return redirect(redirectPath); 72 72 } 73 73 const client = postgres(process.env.DB_URL as string, { 74 74 idle_timeout: 5,