Update deps, ticket edit updates

This commit is contained in:
Darren Clarke 2024-08-06 08:36:03 +02:00
parent aa453954ed
commit 2d892779bf
19 changed files with 1753 additions and 7776 deletions

View file

@ -61,7 +61,6 @@ export default withAuth(checkRewrites, {
},
callbacks: {
authorized: ({ token, req }) => {
console.log({ p: req.nextUrl.pathname });
if (req.nextUrl.pathname.startsWith("/api/v1/")) {
return true;
}