tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
27
pulls
pipelines
redirect if existing account
awarm.space
11 months ago
ed1d92f3
03c07218
+1
-1
1 changed file
expand all
collapse all
unified
split
app
api
oauth
[route]
route.ts
+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
71
-
return;
71
71
+
return redirect(redirectPath);
72
72
}
73
73
const client = postgres(process.env.DB_URL as string, {
74
74
idle_timeout: 5,