0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/services
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
..
adapter-manager Added base and default SSO Adapter 2020-04-05 21:13:47 +02:00
auth Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
bulk-email Changed bulk-email error to EmailError 2020-04-29 17:20:04 +01:00
invitations
mail Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
mega Improved display of video embed cards in member emails 2020-04-29 16:44:20 +01:00
members 🐛 Fixed next middleware call after magic link redirect 2020-04-30 13:47:20 +05:30
permissions Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
settings Added new brand blog setting (#11408) 2019-12-17 16:15:31 +05:30
webhooks
labs.js
slack.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
xmlrpc.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00