feat: rename accounts to user
This commit is contained in:
parent
8dc1fb6493
commit
ed5b8091d3
10 changed files with 32 additions and 45 deletions
|
@ -7,14 +7,14 @@
|
|||
<template v-if="currentUser">
|
||||
<PublishWidget px4 draft-key="home" />
|
||||
</template>
|
||||
<AccountSignInEntry v-else />
|
||||
<UserSignInEntry v-else />
|
||||
<div flex-auto />
|
||||
<AccountInfo
|
||||
v-if="currentUser"
|
||||
p4
|
||||
:account="currentUser?.account"
|
||||
:link="false"
|
||||
@click="openAccountSwitcher"
|
||||
@click="openUserSwitcher"
|
||||
/>
|
||||
</slot>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue