first commit
This commit is contained in:
5
calcom/apps/web/pages/api/auth/[...nextauth].tsx
Normal file
5
calcom/apps/web/pages/api/auth/[...nextauth].tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import NextAuth from "next-auth";
|
||||
|
||||
import { AUTH_OPTIONS } from "@calcom/features/auth/lib/next-auth-options";
|
||||
|
||||
export default NextAuth(AUTH_OPTIONS);
|
||||
Reference in New Issue
Block a user