Skip to content

Commit

Permalink
Signup: send non-purchasing new users to their site's front end.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldcain committed Jan 19, 2016
1 parent 51dfaf9 commit 679a80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/signup/config/flows.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function getCheckoutDestination( dependencies ) {
return '/checkout/' + dependencies.siteSlug;
}

return '/me/next?welcome';
return 'https://' + dependencies.siteSlug;
}

const flows = {
Expand Down

0 comments on commit 679a80a

Please sign in to comment.