2
0
Files
cal/calcom/apps/web/pages/api/auth/[...nextauth].tsx
2024-08-09 00:39:27 +02:00

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);