summaryrefslogtreecommitdiffhomepage
path: root/cloud/app/src/routes/auth/callback.ts
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-02 18:00:48 -0400
committerDax Raad <[email protected]>2025-09-02 18:00:48 -0400
commit2e16d685eb5b37e022e7cbd6d4f1ea6cc05f9620 (patch)
treee69988fdd16d0b16533f6abca22765af148939c5 /cloud/app/src/routes/auth/callback.ts
parente544cccc70cc717d3780bb3ee8a046d8314cc3f2 (diff)
downloadopencode-2e16d685eb5b37e022e7cbd6d4f1ea6cc05f9620.tar.gz
opencode-2e16d685eb5b37e022e7cbd6d4f1ea6cc05f9620.zip
wip: zen
Diffstat (limited to 'cloud/app/src/routes/auth/callback.ts')
-rw-r--r--cloud/app/src/routes/auth/callback.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/app/src/routes/auth/callback.ts b/cloud/app/src/routes/auth/callback.ts
index 4e38df07e..23025b54d 100644
--- a/cloud/app/src/routes/auth/callback.ts
+++ b/cloud/app/src/routes/auth/callback.ts
@@ -27,5 +27,5 @@ export async function GET(input: APIEvent) {
current: id,
}
})
- return redirect("/")
+ return redirect("/auth")
}