mirror of
https://github.com/frappe/lms.git
synced 2026-04-30 12:49:26 +03:00
fix: removed badge page reference from the router
This commit is contained in:
@@ -139,12 +139,6 @@ const routes = [
|
||||
name: 'Notifications',
|
||||
component: () => import('@/pages/Notifications.vue'),
|
||||
},
|
||||
{
|
||||
path: '/badges/:badgeName/:email',
|
||||
name: 'Badge',
|
||||
component: () => import('@/pages/Badge.vue'),
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
path: '/quizzes',
|
||||
name: 'Quizzes',
|
||||
|
||||
Reference in New Issue
Block a user