fixed build issues from nextauth

This commit is contained in:
2023-11-13 11:31:22 +00:00
parent 6a927155bc
commit e0a26a3fa4
25 changed files with 41 additions and 55 deletions
+13
View File
@@ -0,0 +1,13 @@
// export { default } from "next-auth/middleware";
// export const config = {
// matcher: ["/myportal/", "/myportal/:path*"],
// };
// import { withAuth } from 'next-auth/middleware';
// export default withAuth({
// pages: {
// signIn: '/login',
// },
// });