From 4d5e3476faa61da2d6214027336a0d1be23306ec Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 25 Apr 2022 20:55:24 +0530 Subject: [PATCH] minor bug fix --- scripts/fn_ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fn_ui.js b/scripts/fn_ui.js index 3d98ead..a63107f 100644 --- a/scripts/fn_ui.js +++ b/scripts/fn_ui.js @@ -713,7 +713,7 @@ function getSignedIn() { showPage('loading'); }; }); - +} function signOut() { getConfirmation('Sign out?', 'You are about to sign out of the app, continue?', 'Stay', 'Leave') .then(async (res) => {