fixed build issues from nextauth
This commit is contained in:
@@ -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',
|
||||
// },
|
||||
// });
|
||||
Reference in New Issue
Block a user