diff --git a/app/(landing)/me/page.tsx b/app/(landing)/me/page.tsx index 5e3a05741..246c6e664 100644 --- a/app/(landing)/me/page.tsx +++ b/app/(landing)/me/page.tsx @@ -1,8 +1,9 @@ import { ProfileData } from './profile-data'; -import { checkAuth } from '@/lib/check-auth'; +// import { checkAuth } from '@/lib/check-auth'; export default async function MePage() { - await checkAuth(); + //Remove this comment when auth is implemented + // await checkAuth(); return (