feat: handle dashboard role

This commit is contained in:
Adolfo R. Brandes
2025-06-28 19:19:15 +02:00
committed by Adolfo R. Brandes
parent d0c27f4377
commit 6202f7bb54

View File

@@ -4,6 +4,9 @@ const routes = [
{
id: 'org.openedx.frontend.route.learnerDashboard.main',
path: '/',
handle: {
role: 'org.openedx.frontend.role.dashboard'
},
Component: Main
}
];