Removes profile dropdown for public pages (#2943)
Global theme works for public pages.
This commit is contained in:
parent
1f4160fda5
commit
4a640dc123
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@
|
|||
<span>OFFLINE</span>
|
||||
</q-badge>
|
||||
<q-btn-dropdown
|
||||
v-if="isUserAuthorized"
|
||||
v-if="g.user"
|
||||
flat
|
||||
rounded
|
||||
size="sm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue