Skip to content

Commit 6202f7b

Browse files
committed
feat: handle dashboard role
1 parent d0c27f4 commit 6202f7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/routes.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ const routes = [
44
{
55
id: 'org.openedx.frontend.route.learnerDashboard.main',
66
path: '/',
7+
handle: {
8+
role: 'org.openedx.frontend.role.dashboard'
9+
},
710
Component: Main
811
}
912
];

0 commit comments

Comments
 (0)