0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/services/members
Rish e54a8b5112 🐛 Fixed next middleware call after magic link redirect
no issue

We changed the magic link route handling from setting global value to just redirecting to frontend in [this](d8d5d6b7d0 (diff-0d54454fd954b0203a71ec52df4bd4c0R96-R98)) commit, but missed removing `next()` call which attempts to send response again causing Unhandled rejection error. This change simply removes the extra `next()` call
2020-04-30 13:47:20 +05:30
..
emails Refined member emails 2019-10-16 14:22:42 +07:00
api.js Refactored member metadata logic into @tryghost/members-api package 2020-01-13 16:42:15 +07:00
config.js Moved magiclink handling to /members/ + added redirect 2020-04-29 19:35:41 +01:00
content-gating.js Added content-gating module to members service 2019-11-05 12:53:14 +07:00
index.js Removed unused isPaymentConfigured method 2020-01-17 12:08:30 +07:00
middleware.js 🐛 Fixed next middleware call after magic link redirect 2020-04-30 13:47:20 +05:30