diff --git a/floBank.html b/floBank.html
index 161192f..03f2f16 100644
--- a/floBank.html
+++ b/floBank.html
@@ -8773,6 +8773,9 @@ Bitcoin.Util = {
floDapps.launchStartUp().then(result => {
console.log(result)
alert(`Welcome FLO_ID: ${myFloID}`)
+ floBank.initApp()
+ .then(result => console.log(result))
+ .catch(error => console.error(error))
//App functions....
}).catch(error => console.error(error))
}
@@ -8781,6 +8784,106 @@ Bitcoin.Util = {