ui: show full id in switcher
This commit is contained in:
parent
45b6e39b6e
commit
7065100006
2 changed files with 3 additions and 2 deletions
|
@ -26,7 +26,8 @@
|
|||
tabindex="0"
|
||||
m5 p2 rounded-full
|
||||
hover:bg-active cursor-pointer transition-100
|
||||
:account="currentUser?.account"
|
||||
:account="currentUser.account"
|
||||
:full-server="true"
|
||||
:link="false"
|
||||
@keydown.enter="openUserSwitcher"
|
||||
@click="openUserSwitcher"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue