mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-23 18:55:15 -05:00
add auth and group only to groupSlug pages
This commit is contained in:
@@ -97,7 +97,7 @@ import RecipeOrganizerSelector from "~/components/Domain/Recipe/RecipeOrganizerS
|
||||
|
||||
export default defineComponent({
|
||||
components: { draggable, RecipeOrganizerSelector },
|
||||
middleware: "auth",
|
||||
middleware: ["auth", "group-only"],
|
||||
setup() {
|
||||
const { cookbooks, actions } = useCookbooks();
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user