fix(rendering): handle empty supabase array safely and speed up splash screen
This commit is contained in:
@ -92,7 +92,6 @@ const router = createRouter({
|
||||
path: '/admin/routes',
|
||||
name: 'admin-routes',
|
||||
component: () => import('@/views/AdminRoutes.vue'),
|
||||
meta: { requiresAuth: true, role: 'ADMIN' }
|
||||
},
|
||||
{
|
||||
path: '/admin/reports',
|
||||
|
||||
Reference in New Issue
Block a user