Ghost/apps/portal/src
Chris Raible 629aa08262
🐛 Fixed portal free signup link not working if free plan is hidden (#17742)
refs TryGhost/Product#3743

- Users should be able to hide the free plan from Portal, which removes it as an option on the main portal /signup page
- However, they should still be able to use the /signup/free link to allow members to signup for the free plan. Currently if the free plan is hidden from portal, the /signup/free link renders the main /signup page, with only paid plans available.
- This PR fixes that by allowing the /signup/free link to work even if the free plan is hidden from portal, but only by directly accessing the /signup/free link
2023-08-17 14:58:37 -07:00
..
components 🐛 Fixed portal free signup link not working if free plan is hidden (#17742) 2023-08-17 14:58:37 -07:00
images Updated Tips & Donations success and error states (#17559) 2023-08-01 19:48:02 +01:00
tests 🐛 Fixed portal free signup link not working if free plan is hidden (#17742) 2023-08-17 14:58:37 -07:00
utils 🐛 Fixed portal free signup link not working if free plan is hidden (#17742) 2023-08-17 14:58:37 -07:00
actions.js Updated ESLint config for React+Typescript packages 2023-07-27 11:40:31 +02:00
App.css Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
App.js Added support pages to Portal (#17539) 2023-07-31 13:15:22 +00:00
App.test.js Updated ESLint config for React+Typescript packages 2023-07-27 11:40:31 +02:00
AppContext.js Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
data-attributes.js Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
index.css Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
index.js Updated ESLint config for React+Typescript packages 2023-07-27 11:40:31 +02:00
logo.svg Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
pages.js Added support pages to Portal (#17539) 2023-07-31 13:15:22 +00:00
setupTests.js Moved Portal to apps/ 2023-06-16 13:37:58 +02:00