mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-15 00:12:20 -05:00
move middleware for manage data page to parrent component
This commit is contained in:
@@ -218,7 +218,6 @@ import { VForm } from "~/types/vuetify";
|
||||
|
||||
export default defineComponent({
|
||||
components: { RecipeDataAliasManagerDialog },
|
||||
middleware: ["auth", "can-organize-only"],
|
||||
setup() {
|
||||
const userApi = useUserApi();
|
||||
const { i18n } = useContext();
|
||||
|
||||
Reference in New Issue
Block a user