This commit is contained in:
2025-09-14 23:15:55 -03:00
parent 8675edc36e
commit 4088fc8836

View File

@@ -30,7 +30,7 @@ export async function loader({ request, context }: Route.LoaderArgs) {
redirect: 'manual' redirect: 'manual'
}) })
if (r.status === httpStatus.FOUND) { if (r.status === httpStatus.BAD_REQUEST) {
return new Response(null, { return new Response(null, {
status: httpStatus.FOUND, status: httpStatus.FOUND,
headers: { headers: {