fix: use full account handle, clean up

This commit is contained in:
patak 2022-11-26 17:42:53 +01:00
parent bced99e14b
commit d4300d8d83
5 changed files with 5 additions and 12 deletions

View file

@ -41,7 +41,7 @@ const sorted = computed(() => {
@click="signout"
>
<div i-ri:logout-box-line />
Sign out {{ getShortHandle(currentUser.account) }}
Sign out {{ getFullHandle(currentUser.account) }}
</button>
</div>
</div>