mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 04:25:24 +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
|
@ -46,6 +46,7 @@ import { isSameDay, addDays, parseISO } from "date-fns";
|
|||
import { useMealplans } from "~/composables/use-group-mealplan";
|
||||
|
||||
export default defineComponent({
|
||||
middleware: ["auth"],
|
||||
setup() {
|
||||
const route = useRoute();
|
||||
const router = useRouter();
|
||||
|
|
|
@ -98,6 +98,7 @@ export default defineComponent({
|
|||
GroupMealPlanRuleForm,
|
||||
RecipeChips,
|
||||
},
|
||||
middleware: ["auth"],
|
||||
props: {
|
||||
value: {
|
||||
type: Boolean,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue