Skip to content

Commit

Permalink
Include Search in the route of the JPC flow (#40661)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaMag authored Apr 2, 2020
1 parent 53911c4 commit 6d39579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/jetpack-connect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function() {
const locale = getLanguageRouteParam( 'locale' );

page(
'/jetpack/connect/:type(personal|premium|pro|backup|realtimebackup)/:interval(yearly|monthly)?',
'/jetpack/connect/:type(personal|premium|pro|backup|realtimebackup|jetpack_search)/:interval(yearly|monthly)?',
controller.persistMobileAppFlow,
controller.setMasterbar,
controller.connect,
Expand Down

0 comments on commit 6d39579

Please sign in to comment.