Skip to content

Commit

Permalink
Allow getTitanSetUpMailboxPath for domain only sites (#95210)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsl authored Oct 8, 2024
1 parent e0d4200 commit 90ab2fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/my-sites/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ import {
getNewTitanAccountPath,
getPurchaseNewEmailAccountPath,
getTitanControlPanelRedirectPath,
getTitanSetUpMailboxPath,
} from 'calypso/my-sites/email/paths';
import DIFMLiteInProgress from 'calypso/my-sites/marketing/do-it-for-me/difm-lite-in-progress';
import NavigationComponent from 'calypso/my-sites/navigation';
Expand Down Expand Up @@ -237,6 +238,7 @@ function isPathAllowedForDomainOnlySite( path, slug, primaryDomain, contextParam
getNewTitanAccountPath,
getPurchaseNewEmailAccountPath,
getTitanControlPanelRedirectPath,
getTitanSetUpMailboxPath,
];

// Builds a list of paths using a site slug plus any additional parameter that may be required
Expand Down

0 comments on commit 90ab2fa

Please sign in to comment.