diff --git a/src/app/(content)/register/page.tsx b/src/app/(content)/register/page.tsx index b8e4d1c..ea286e2 100644 --- a/src/app/(content)/register/page.tsx +++ b/src/app/(content)/register/page.tsx @@ -17,6 +17,8 @@ import { cn } from "@/lib/utils"; import { signIn, useSession } from "next-auth/react"; import React, { useEffect, useState } from "react"; +export const maxDuration = 300; + function processEvents( category: string, categoriesList: any,