Added newsletter preference selection to Portal signup flows

refs https://github.com/TryGhost/Team/issues/1490

- adds intermediary newsletter pref selection page to signup flows in case a site has multiple newsletters
  - for members signing up as free via magic link
  - for members signing up as paid via stripe checkout
  - for members signing up as paid via offer url
This commit is contained in:
Rishabh 2022-04-13 20:06:27 +05:30
parent c6da6afc9e
commit 00e5e87d4b

View File

@ -128,8 +128,8 @@
"emailAnalytics": true
},
"portal": {
"url": "https://unpkg.com/@tryghost/portal@~1.19.0/umd/portal.min.js",
"version": "1.19"
"url": "https://unpkg.com/@tryghost/portal@~1.20.0/umd/portal.min.js",
"version": "1.20"
},
"tenor": {
"publicReadOnlyApiKey": null,