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');