diff options
| author | Dax Raad <[email protected]> | 2025-09-02 18:00:48 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-02 18:00:48 -0400 |
| commit | 2e16d685eb5b37e022e7cbd6d4f1ea6cc05f9620 (patch) | |
| tree | e69988fdd16d0b16533f6abca22765af148939c5 /cloud/app/src/routes/auth/callback.ts | |
| parent | e544cccc70cc717d3780bb3ee8a046d8314cc3f2 (diff) | |
| download | opencode-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.ts | 2 |
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") } |
