From ab10325fd8bce6968708d66df06ebe39d1798bb5 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sun, 6 Dec 2020 20:36:54 +0530 Subject: [PATCH] 0.5.18 fix (cashier): immediate logout bug --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3e01150..88439b6 100644 --- a/index.html +++ b/index.html @@ -12770,7 +12770,7 @@ userType.forEach(user => user.textContent = 'Cashier') showPage('deposit', 'deposit_page_btn') - token_app.actions.idleTimer(10,800,000); // sign out after 3 hours + token_app.actions.idleTimer(10800000); // sign out after 3 hours } //Helpline startup sequence