Skip to content

Commit

Permalink
Fix: Added missing middleware for workspace page (#3545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikehrn authored and gjedlicska committed Nov 25, 2024
1 parent dac7cb8 commit 4cdb4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend-2/pages/workspaces/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import { workspacesRoute } from '~/lib/common/helpers/route'
definePageMeta({
middleware: ['requires-workspaces-enabled']
middleware: ['requires-workspaces-enabled', 'auth']
})
useHead({
title: 'Workspaces'
Expand Down

0 comments on commit 4cdb4b1

Please sign in to comment.