refactor(admin): remove auth migration reports
This commit is contained in:
@@ -341,16 +341,6 @@ const routes: RouteRecordRaw[] = [
|
||||
descriptionKey: 'admin.users.description'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/admin/users/auth-identity-migration-reports',
|
||||
name: 'AdminAuthIdentityMigrationReports',
|
||||
component: () => import('@/views/admin/AuthIdentityMigrationReportsView.vue'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
requiresAdmin: true,
|
||||
title: 'Auth Identity Migration Reports'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/admin/groups',
|
||||
name: 'AdminGroups',
|
||||
|
||||
Reference in New Issue
Block a user