feat: ask for login

This commit is contained in:
Vlad Stan 2023-07-18 12:33:21 +03:00
parent 04d087c65d
commit c15086d0cf
2 changed files with 6 additions and 1 deletions

View file

@ -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
}