mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
sync
This commit is contained in:
parent
f24251f89e
commit
8ae10f1c94
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ import { useAuthSession } from "~/context/auth"
|
|||
|
||||
export async function GET(input: APIEvent) {
|
||||
const url = new URL(input.request.url)
|
||||
console.log("=C=", input.request.url)
|
||||
throw new Error("Not implemented")
|
||||
try {
|
||||
const code = url.searchParams.get("code")
|
||||
if (!code) throw new Error("No code found")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue