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>
|
||||
</q-badge>
|
||||
<q-btn-dropdown
|
||||
v-if="isUserAuthorized"
|
||||
v-if="g.user"
|
||||
flat
|
||||
rounded
|
||||
size="sm"
|
||||
|
||||
Reference in New Issue
Block a user