2
0
Files
cal/calcom/apps/web/pages/api/auth/[...nextauth].tsx

6 lines
151 B
TypeScript
Raw Permalink Normal View History

2024-08-09 00:39:27 +02:00
import NextAuth from "next-auth";
import { AUTH_OPTIONS } from "@calcom/features/auth/lib/next-auth-options";
export default NextAuth(AUTH_OPTIONS);