Skip to content

Commit

Permalink
Enterprise custom triggers sales url
Browse files Browse the repository at this point in the history
  • Loading branch information
notlazykid committed Aug 19, 2024
1 parent 281e2f1 commit 614489d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function Billing() {
onPlanSelected={async ({ plan, customer, intentionType, selectedBillingPeriod }) => {
console.log(plan, customer, intentionType);
if (window.IS_SAAS !== 'true') {
redirectToPricingForm()
window.location.href = "https://app.akto.io/dashboard/settings/self-hosted"
return;
}
switch (intentionType) {
Expand Down

0 comments on commit 614489d

Please sign in to comment.