Try removing edge

This commit is contained in:
Jared Palmer 2023-06-16 13:01:52 -04:00
parent 3bd1232162
commit 1208dbbbcb
3 changed files with 4 additions and 4 deletions

View file

@ -18,9 +18,9 @@ export const {
}
return token
}
// @ts-ignore
// // @ts-ignore
// authorized({ request, auth }) {
// if (!request.nextUrl.pathname.startsWith('/share/')) return true
// if (!request.nextUrl.pathname.startsWith('/share/')) return false
// return !!auth?.user
// }
},