mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-13 19:37:42 +01:00
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
Reference in a new issue