diff --git a/apps/wrapper/web-portal/public/index.html b/apps/wrapper/web-portal/public/index.html
index 1b5b392c9f6188312e71ca3873006ab32bf769b4..745dd821fd6cac0eca25f52a2a4ea05949556f59 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>