diff --git a/static/components/market-config/market-config.html b/static/components/market-config/market-config.html
index 309c5f7..ad5e761 100644
--- a/static/components/market-config/market-config.html
+++ b/static/components/market-config/market-config.html
@@ -117,7 +117,7 @@
-
+
diff --git a/static/js/market.js b/static/js/market.js
index 73e5074..4f9b148 100644
--- a/static/js/market.js
+++ b/static/js/market.js
@@ -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
}