This commit is contained in:
Dax Raad
2025-09-02 18:00:48 -04:00
parent e544cccc70
commit 2e16d685eb
6 changed files with 20 additions and 18 deletions

View File

@@ -27,5 +27,5 @@ export async function GET(input: APIEvent) {
current: id,
}
})
return redirect("/")
return redirect("/auth")
}