feat: Redesign the home page hero section with a new background image and enhanced search UI, and standardize user dashboard routing across the application.
This commit is contained in:
@@ -25,7 +25,7 @@ export default function AgentLayout({
|
||||
// Redirect non-agents to user dashboard
|
||||
const userRole = (session.user as any)?.role;
|
||||
if (userRole !== 'AGENT') {
|
||||
router.replace('/user/userprofile');
|
||||
router.replace('/user/userdashboard');
|
||||
}
|
||||
}, [session, status, router]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user