Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/web/pages/login.jsp
Original file line number Diff line number Diff line change
@@ -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",
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ function PageBusinessEmail() {
return (
<Auth0Redirects
errorText={"Please sign up with a business email only"}
bodyText={"Try again with a different email id"}
bodyText={"Please sign up with a business email only. Try again with a different email id or contact support@akto.io for help."}
/>
)
}
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ function PageCheckInbox() {
return (
<Auth0Redirects
errorText={"Check your email"}
bodyText={"We sent you a temporary verification link to your email. Please click on the link to activate your account."}
bodyText={"We sent you a temporary verification link to your email. Please click on the link to activate your account. Can't find it? Check your spam folder or contact us at support@akto.io with your signup address."}
/>
)
}

0 comments on commit 58b14fd

Please sign in to comment.