made location.reload if user loggedin is admin (need to display admin menu)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<a href="/admin/content/materials"
|
||||
v-if="isAdmin"
|
||||
class="mdi mdi-settings"
|
||||
title="admin"
|
||||
></a>
|
||||
<a href="/user/logout"
|
||||
@click.prevent="onLogout()"
|
||||
|
Reference in New Issue
Block a user