Mohamed Alawlaqi
Results
3
comments of
Mohamed Alawlaqi
Well, you can redirect logged in users from home page to dashboard. go to **(marketing/page.tsx):** ``` import { getCurrentUser } from "@/lib/session" const user = await getCurrentUser() if (user) {...
any update on this ?