This commit is contained in:
2025-08-17 21:16:00 -03:00
parent b807a55d5b
commit 39d9ff99fd

View File

@@ -29,7 +29,7 @@ export async function loader({ request, context }: Route.LoaderArgs) {
redirect: 'manual'
})
if (!r.ok) {
if (r.status === 400) {
return new Response(null, {
status: 302,
headers: {