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

Used new paid signup email when auto-login is enabled

refs https://github.com/TryGhost/Team/issues/1067
refs https://github.com/TryGhost/Ghost/commit/579b34434

This is behind the feature flag so that it can be tested & checked by
product before rolling out.
This commit is contained in:
Fabien egg O'Carroll 2021-12-01 13:19:18 +02:00
parent 579b34434f
commit 5e0374cfde
2 changed files with 5 additions and 5 deletions

View file

@ -79,7 +79,7 @@
"@tryghost/limit-service": "1.0.0",
"@tryghost/logging": "1.0.1",
"@tryghost/magic-link": "1.0.14",
"@tryghost/members-api": "2.7.6",
"@tryghost/members-api": "2.8.0",
"@tryghost/members-csv": "1.1.8",
"@tryghost/members-importer": "0.3.4",
"@tryghost/members-offers": "0.10.3",

View file

@ -1542,10 +1542,10 @@
"@tryghost/domain-events" "^0.1.3"
"@tryghost/member-events" "^0.3.1"
"@tryghost/members-api@2.7.6":
version "2.7.6"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-2.7.6.tgz#2d9daca17fd639aeb4e1ae454995e663438e6dd4"
integrity sha512-EXDVZDYFSQ1w+dToshID3Zo0ZRvq7QdQwFMrI5rI8ANFQe2wbok0GdxJvjaMpFl8ppqQGQjRWdtLCVolU4xqTw==
"@tryghost/members-api@2.8.0":
version "2.8.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-2.8.0.tgz#fcdf4cc26402304e8e11dc8520a0fdf1648f5287"
integrity sha512-lLhEWPjtOjf0PmIXAQp/uuehokdza6LMJjK+miW6lIrvibqutuvCpcSAnq2UvqmmuuOAlIGEDYhzmAvMMU29pQ==
dependencies:
"@tryghost/debug" "^0.1.2"
"@tryghost/domain-events" "^0.1.3"