Removes profile dropdown for public pages (#2943)

Global theme works for public pages.
This commit is contained in:
Arc
2025-02-10 20:34:44 +00:00
committed by GitHub
parent 1f4160fda5
commit 4a640dc123
+1 -1
View File
@@ -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"