1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 15:49:42 +02:00

restrict access to /group pages

This commit is contained in:
Kuchenpirat 2024-02-02 15:36:10 +00:00
parent 4cee8ea879
commit f4df68a9e2
6 changed files with 6 additions and 0 deletions

View file

@ -85,6 +85,7 @@ const MIGRATIONS = {
};
export default defineComponent({
middleware: ["auth", "advanced-only"],
setup() {
const { $globals, i18n } = useContext();