File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/signup/steps/domains Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- import { EXAMPLE_FLOW , NEW_HOSTED_SITE_FLOW } from '@automattic/onboarding' ;
1+ import { EXAMPLE_FLOW } from '@automattic/onboarding' ;
22import validUrl from 'valid-url' ;
33
44// Only override the back button from an external URL source on the below step(s) which is typically where we'd send them to as the 'entry'.
@@ -34,7 +34,7 @@ export function getExternalBackUrl( source, sectionName = null ) {
3434 * Check if we should use multiple domains in domain flows.
3535 */
3636export function shouldUseMultipleDomainsInCart ( flowName ) {
37- const enabledFlows = [ 'domain' , 'onboarding' , EXAMPLE_FLOW , NEW_HOSTED_SITE_FLOW ] ;
37+ const enabledFlows = [ 'domain' , 'onboarding' , EXAMPLE_FLOW ] ;
3838
3939 return enabledFlows . includes ( flowName ) ;
4040}
You can’t perform that action at this time.
0 commit comments