0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Logged in members after Stripe Checkout

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

As well as providing a better UX for Members, allowing them to use the
site immediately after payment, rather than having to check emails and
use the magic link to sign in, this should reduce issues with members
signing up twice due to being confused after Stripe Checkout.
This commit is contained in:
Fabien egg O'Carroll 2021-12-14 09:44:05 +02:00
parent c67be15fe8
commit ac5aa4e0c5

View file

@ -23,6 +23,7 @@ const GA_FEATURES = [
'richTwitterNewsletters',
'audioCard',
'mediaAPI',
'membersAutoLogin',
'filesAPI'
];
@ -38,7 +39,6 @@ const ALPHA_FEATURES = [
'membersActivity',
'cardSettingsPanel',
'urlCache',
'membersAutoLogin',
'fileCard',
'videoCard',
'beforeAfterCard',