mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +02:00
restrict access to /group pages
This commit is contained in:
parent
4cee8ea879
commit
f4df68a9e2
6 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,7 @@ import GroupWebhookEditor from "~/components/Domain/Group/GroupWebhookEditor.vue
|
|||
|
||||
export default defineComponent({
|
||||
components: { GroupWebhookEditor },
|
||||
middleware: ["auth", "advanced-only"],
|
||||
setup() {
|
||||
const { actions, webhooks } = useGroupWebhooks();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue