diff --git a/index.html b/index.html
index 1792a8c..00f27d9 100644
--- a/index.html
+++ b/index.html
@@ -322,7 +322,7 @@
if (['#/landing', '#/sign_in', '#/sign_up', 'kyc_status'].includes(window.location.hash)) {
router.routeTo(window.location.hash);
} else {
- location.hash = `#/sign_in`;
+ location.hash = `#/kyc_status`;
}
}
});
@@ -546,6 +546,9 @@
+ ${!floGlobals.myFloID ? html`
+ Sign in
+ `: ''}