update id

This commit is contained in:
2025-10-30 02:02:23 -03:00
parent f284b64c60
commit 76dfc44b71
25 changed files with 103 additions and 40 deletions

View File

@@ -59,7 +59,8 @@ export async function loader({ request, context }: Route.LoaderArgs) {
Location: loginUrl.toString()
}
})
} catch {
} catch (error) {
console.error(error)
return new Response(null, { status: httpStatus.INTERNAL_SERVER })
}
}