comissions-app-ui/pages/api/auth/[...auth0].tsx

4 lines
80 B
TypeScript
Raw Permalink Normal View History

2024-02-10 20:33:24 -05:00
import { handleAuth } from "@auth0/nextjs-auth0";
2024-02-28 21:28:30 -05:00
2024-02-10 20:33:24 -05:00
export default handleAuth();