Skip to content

Commit

Permalink
Fix: dont require admin to view trash on frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Jun 19, 2024
1 parent f73be01 commit f407855
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src-ui/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ export const routes: Routes = [
path: 'trash',
component: TrashComponent,
canActivate: [PermissionsGuard],
data: {
requireAdmin: true,
},
},
// redirect old paths
{
Expand Down

0 comments on commit f407855

Please sign in to comment.