feat: ask for login
This commit is contained in:
parent
04d087c65d
commit
c15086d0cf
2 changed files with 6 additions and 1 deletions
|
|
@ -926,6 +926,11 @@ const market = async () => {
|
|||
async publishNaddr() {
|
||||
if (!this.account?.privkey) {
|
||||
this.openAccountDialog()
|
||||
this.$q.notify({
|
||||
message: 'Please login before publshing the market profile',
|
||||
color: 'warning',
|
||||
icon: 'warning'
|
||||
})
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue