feat: user logout and data clear
This commit is contained in:
parent
da00113666
commit
97cc7a3e17
4 changed files with 77 additions and 19 deletions
|
|
@ -134,7 +134,8 @@
|
|||
@remove-merchant="removeMerchant" :relays="relays" @add-relay="addRelay" @remove-relay="removeRelay"
|
||||
:config-ui="config?.opts" @ui-config-update="updateUiConfig" @publish-naddr="publishNaddr"></market-config>
|
||||
|
||||
<user-config v-else-if="activePage === 'user-config'"></user-config>
|
||||
<user-config v-else-if="activePage === 'user-config'" :account="account" @logout="logout"
|
||||
@copy-text="copyText"></user-config>
|
||||
|
||||
<user-chat v-else-if="activePage === 'user-chat'"></user-chat>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue