Removes profile dropdown for public pages (#2943)
Global theme works for public pages.
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
<span>OFFLINE</span>
|
<span>OFFLINE</span>
|
||||||
</q-badge>
|
</q-badge>
|
||||||
<q-btn-dropdown
|
<q-btn-dropdown
|
||||||
v-if="isUserAuthorized"
|
v-if="g.user"
|
||||||
flat
|
flat
|
||||||
rounded
|
rounded
|
||||||
size="sm"
|
size="sm"
|
||||||
|
|||||||
Reference in New Issue
Block a user