revert user role change
This commit is contained in:
parent
3f8c185ee0
commit
8a2b90c8c0
4 changed files with 33 additions and 39 deletions
|
|
@ -93,7 +93,7 @@
|
|||
</nav>
|
||||
<footer class="w-full">
|
||||
<ul class="flex">
|
||||
<li data-icon="user" v-if="user?.role !== '0_client'">
|
||||
<li data-icon="user" v-if="user?.role !== 'client'">
|
||||
<a href="/panel/account" @click="collapse()">Profil</a>
|
||||
</li>
|
||||
<li data-icon="logout">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue