improved profile, but problems with logging
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user