From 8f0514f88b1814101e4f4f7c99436bc025ddf18c Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 14 Aug 2023 04:08:41 +0530 Subject: [PATCH] UI improvements --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + `: ''}

KYC verification

@@ -646,6 +649,7 @@

KYC data not found

+ Sign in to apply for KYC
`); getRef('verification_result').dataset.status = 'invalid';