improved profile, but problems with logging

This commit is contained in:
2020-07-30 13:58:00 +02:00
parent 92c2306b2a
commit 0a885f1750
5 changed files with 4439 additions and 4460 deletions

View File

@@ -45,7 +45,7 @@
<b-button size="sm" class="my-2 my-sm-0" type="submit">Search</b-button>
</b-nav-form>
<b-nav-item-dropdown split split-to="admin" variant="outline-danger" :text="$t('admin')">
<b-nav-item-dropdown split split-to="admin" v-if="authenticated" variant="outline-danger" :text="$t('admin')">
<b-dropdown-item :to="{name: 'admin.user'}">{{ $t('user') }}</b-dropdown-item>
<b-dropdown-item :to="{name: 'admin.group'}">{{ $t('group') }}</b-dropdown-item>
<b-dropdown-item href="#">Something else here...</b-dropdown-item>
@@ -167,7 +167,6 @@
}, 1000);
});
},
computed: {
authenticated() {