diff --git a/index.html b/index.html index 51edb6f..fd35569 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,6 @@ } - @@ -60,6 +59,8 @@ let isBrave = navigator.brave !== undefined if (error === 'Cloud offline') { document.body.prepend(document.createElement('adblocker-warning')) + } else if (error === "App database initiation failed") { + } else { notify(error, "error") } @@ -70,6 +71,7 @@
+Don't share with anyone. Once lost private key can't be recovered.
-You can use these FLO credentials with other RanchiMall apps too.
-- 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.` : ''} - `; - } - });