mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-02 10:13:35 -05:00
add access controll to user pages
This commit is contained in:
@@ -207,7 +207,7 @@ export default defineComponent({
|
||||
UserAvatar,
|
||||
StatsCards,
|
||||
},
|
||||
middleware: ["auth"],
|
||||
middleware: "auth",
|
||||
scrollToTop: true,
|
||||
setup() {
|
||||
const { $auth, i18n } = useContext();
|
||||
|
||||
Reference in New Issue
Block a user