From 2ea8e970069b7f74b1010761decfb7b913f9e6f0 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Fri, 1 Jul 2022 15:33:13 +0530 Subject: [PATCH] bug fixes --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 3f2192a..5a91491 100644 --- a/index.html +++ b/index.html @@ -1913,6 +1913,7 @@ } function getSignedIn(passwordType) { return new Promise((resolve, reject) => { + showPage('landing') if (passwordType === 'PIN/Password') { getRef('private_key_field').removeAttribute('data-private-key'); getRef('private_key_field').setAttribute('placeholder', 'PIN');