restrict access to /group pages

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

View file

@ -78,6 +78,7 @@ export default defineComponent({
components: {
UserAvatar,
},
middleware: ["auth"],
setup() {
const api = useUserApi();