diff --git a/flopay/index.html b/flopay/index.html
index c91a408..13463bc 100644
--- a/flopay/index.html
+++ b/flopay/index.html
@@ -1569,7 +1569,8 @@
floDapps.launchStartUp().then(result => {
console.log(`Welcome ${floDapps.user.id}`);
floGlobals.myFloID = floCrypto.toFloID(floDapps.user.id);
- floGlobals.myBtcID = btcOperator.convert.legacy2bech(floGlobals.myFloID)
+ floGlobals.myBtcID = btcOperator.convert.legacy2bech(floGlobals.myFloID);
+
getRef('user_profile_id').textContent = floGlobals.myFloID
let showingFloID = true
// alternating between floID and btcID every 10 seconds
@@ -3642,6 +3643,10 @@
My Bitcoin address