From f4078558194d4c3fca9130cd029d94af4853dc30 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:12:44 -0700 Subject: [PATCH] Fix: dont require admin to view trash on frontend --- src-ui/src/app/app-routing.module.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src-ui/src/app/app-routing.module.ts b/src-ui/src/app/app-routing.module.ts index bbeba9e8a..fd31e5e38 100644 --- a/src-ui/src/app/app-routing.module.ts +++ b/src-ui/src/app/app-routing.module.ts @@ -149,9 +149,6 @@ export const routes: Routes = [ path: 'trash', component: TrashComponent, canActivate: [PermissionsGuard], - data: { - requireAdmin: true, - }, }, // redirect old paths {