fix double menu point close #45

This commit is contained in:
Adrian Zürcher
2026-02-12 21:12:05 +01:00
parent 2143ff1683
commit 3f02afde85

View File

@@ -65,9 +65,6 @@
> >
<q-item-section>{{ $t('groups') }}</q-item-section> <q-item-section>{{ $t('groups') }}</q-item-section>
</q-item> </q-item>
<q-item v-if="!autorized" to="/login" exact clickable v-ripple @click="closeDrawer">
<q-item-section>{{ $t('login') }}</q-item-section>
</q-item>
<q-item <q-item
v-if="autorized || user.isPermittedTo('members', 'read')" v-if="autorized || user.isPermittedTo('members', 'read')"
to="/report" to="/report"