From ae8cbd85e8179c72decbfa6fce3c07944c241a17 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sun, 1 May 2022 18:42:25 +0530 Subject: [PATCH] Update index.html - log if user is subAdmin --- docs/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.html b/docs/index.html index d8be5c4..5a16947 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2163,6 +2163,9 @@ document.querySelectorAll(".user-content").forEach(elem => elem.classList.remove('hide')) getRef("user_id").value = acc.floID; getRef("sink_id").value = acc.sinkID; + if(acc.subAdmin) + console.info("logged in as subAdmin"); + // rupee balance init allTokens[floGlobals.currency] = { total: 0,