update id
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user