diff --git a/index.html b/index.html
index 3d284bc..cc4e5be 100644
--- a/index.html
+++ b/index.html
@@ -2578,142 +2578,6 @@
floGlobals.prefersReducedMotion = reduceMotionQuery.matches
});
floGlobals.prefersReducedMotion = reduceMotionQuery.matches
-
- window.customElements.define('keys-generator', class extends HTMLElement {
- constructor() {
- super();
- this.innerHTML = `
-
- Don't share with anyone. Once lost private key can't be recovered. You can use these FLO credentials with other RanchiMall apps too. Keep your keys safe!
-
- FLO address
- Private key
-
- Please disable your ad-blocker for optimal experience. Our app doesn't show ads or track activity. -
- ${isBrave ? `If you have enabled Brave shield then disable it also.` : ''} - `; - } - });