diff --git a/public/assets/my.js b/public/assets/my.js
index 8672eab..fec1e8a 100644
--- a/public/assets/my.js
+++ b/public/assets/my.js
@@ -262,7 +262,7 @@
for (const r of (d.referrals || []).slice(0, 3)) {
const div = document.createElement('div');
div.className = 'row';
- div.innerHTML = '🤝 ' + r.email + ' joined your line'
+ div.innerHTML = '🤝 ' + esc(r.name || r.email || 'A new member') + ' joined your line'
+ new Date(r.joined).toLocaleDateString() + '';
rows.push(div);
}
diff --git a/public/my.html b/public/my.html
index 72c426d..12caa84 100644
--- a/public/my.html
+++ b/public/my.html
@@ -4,7 +4,7 @@
Member area | InstantAdPay
-
+
@@ -641,9 +641,9 @@
-
+
-
-
+
+