first version which seems to run
This commit is contained in:
4
pages/api/auth/[...nextauth].ts
Normal file
4
pages/api/auth/[...nextauth].ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import NextAuth from "next-auth";
|
||||
import { authOptions } from "../tina/[...routes]";
|
||||
|
||||
export default NextAuth(authOptions);
|
||||
Reference in New Issue
Block a user