minor bug fix

This commit is contained in:
sairaj mote 2022-04-25 20:55:24 +05:30
parent 9c222e4d9c
commit 4d5e3476fa

View File

@ -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) => {