From 90ab2fac1ff81da1a8179c96fc2325a4bb5d6e04 Mon Sep 17 00:00:00 2001 From: Louis Laugesen Date: Wed, 9 Oct 2024 10:25:09 +1100 Subject: [PATCH] Allow getTitanSetUpMailboxPath for domain only sites (#95210) --- client/my-sites/controller.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/my-sites/controller.js b/client/my-sites/controller.js index dccab298e68d0..29b43d836c105 100644 --- a/client/my-sites/controller.js +++ b/client/my-sites/controller.js @@ -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'; @@ -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