cal.pub0.org/apps/web/pages/api/auth/[...nextauth].tsx

6 lines
151 B
TypeScript

import NextAuth from "next-auth";
import { AUTH_OPTIONS } from "@calcom/features/auth/lib/next-auth-options";
export default NextAuth(AUTH_OPTIONS);