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:
parent
c67be15fe8
commit
ac5aa4e0c5
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue