mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-02 02:03:20 -05:00
restrict access to /group pages
This commit is contained in:
@@ -85,6 +85,7 @@ const MIGRATIONS = {
|
||||
};
|
||||
|
||||
export default defineComponent({
|
||||
middleware: ["auth", "advanced-only"],
|
||||
setup() {
|
||||
const { $globals, i18n } = useContext();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user