From 750dd2479ce014b0dfcacc8553bdb3f09ea52773 Mon Sep 17 00:00:00 2001 From: Arun Nair <arun.kumar@tarento.com> Date: Wed, 22 Nov 2023 17:30:16 +0530 Subject: [PATCH] reverted index changes --- apps/wrapper/web-portal/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/wrapper/web-portal/public/index.html b/apps/wrapper/web-portal/public/index.html index 1b5b392c..745dd821 100644 --- a/apps/wrapper/web-portal/public/index.html +++ b/apps/wrapper/web-portal/public/index.html @@ -59,12 +59,12 @@ }, 1000) } </script> --> - <script type="text/javascript"> +<!-- <script type="text/javascript"> (() => { if (location.pathname === '/') { window.location.href = location.origin + '/app'; } }) - </script> + </script> --> </body> </html> -- GitLab