From 3a3f0747a44bdcc988e96654b58e47539c5ae908 Mon Sep 17 00:00:00 2001 From: fenil Date: Mon, 2 Dec 2024 20:38:10 +0530 Subject: [PATCH 1/2] fix url path --- apps/dashboard/web/pages/login.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/web/pages/login.jsp b/apps/dashboard/web/pages/login.jsp index 224ee2fd4e..3a09b49422 100644 --- a/apps/dashboard/web/pages/login.jsp +++ b/apps/dashboard/web/pages/login.jsp @@ -126,7 +126,7 @@ data_ingestion_paused: window.USAGE_PAUSED?.dataIngestion === 'true', test_runs_paused: window.USAGE_PAUSED?.testRuns === 'true' }; - } else if (window.location.href.includes('check-inbox') || window.location.href.includes('business-email-required')) { + } else if (window.location.href.includes('check-inbox') || window.location.href.includes('business-email')) { (function () { var w = window; var ic = w.Intercom; if (typeof ic === "function") { ic('reattach_activator'); ic('update', w.intercomSettings); } else { var d = document; var i = function () { i.c(arguments); }; i.q = []; i.c = function (args) { i.q.push(args); }; w.Intercom = i; var l = function () { var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'https://widget.intercom.io/widget/e9w9wkdk'; var x = d.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); }; if (document.readyState === 'complete') { l(); } else if (w.attachEvent) { w.attachEvent('onload', l); } else { w.addEventListener('load', l, false); } } })(); window.intercomSettings = { api_base: "https://api-iam.intercom.io", From 33e6d674697d4b21096ca3fc7ad1523cc85c78b9 Mon Sep 17 00:00:00 2001 From: fenil Date: Wed, 4 Dec 2024 09:22:47 +0530 Subject: [PATCH 2/2] Fix content --- .../polaris_web/web/src/apps/signup/pages/PageBusinessEmail.jsx | 2 +- .../polaris_web/web/src/apps/signup/pages/PageCheckInbox.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/web/polaris_web/web/src/apps/signup/pages/PageBusinessEmail.jsx b/apps/dashboard/web/polaris_web/web/src/apps/signup/pages/PageBusinessEmail.jsx index 324670f516..c5e8a275e5 100644 --- a/apps/dashboard/web/polaris_web/web/src/apps/signup/pages/PageBusinessEmail.jsx +++ b/apps/dashboard/web/polaris_web/web/src/apps/signup/pages/PageBusinessEmail.jsx @@ -5,7 +5,7 @@ function PageBusinessEmail() { return ( ) } diff --git a/apps/dashboard/web/polaris_web/web/src/apps/signup/pages/PageCheckInbox.jsx b/apps/dashboard/web/polaris_web/web/src/apps/signup/pages/PageCheckInbox.jsx index 5cba25ea17..c8deba3f43 100644 --- a/apps/dashboard/web/polaris_web/web/src/apps/signup/pages/PageCheckInbox.jsx +++ b/apps/dashboard/web/polaris_web/web/src/apps/signup/pages/PageCheckInbox.jsx @@ -5,7 +5,7 @@ function PageCheckInbox() { return ( ) }