feat: handle dashboard role
This commit is contained in:
committed by
Adolfo R. Brandes
parent
d0c27f4377
commit
6202f7bb54
@@ -4,6 +4,9 @@ const routes = [
|
||||
{
|
||||
id: 'org.openedx.frontend.route.learnerDashboard.main',
|
||||
path: '/',
|
||||
handle: {
|
||||
role: 'org.openedx.frontend.role.dashboard'
|
||||
},
|
||||
Component: Main
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user