0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
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
..
adapters Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
api Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
config Updated new local config to not affect tests 2020-04-29 18:54:03 +01:00
data Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
lib Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
models Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
public Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
services 🐛 Fixed next middleware call after magic link redirect 2020-04-30 13:47:20 +05:30
translations Remove External Apps 2020-03-20 10:40:22 +00:00
views
web 🐛 Fixed regex match replacement when dealing with external URLs (#11781) 2020-04-30 07:51:36 +01:00
analytics-events.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
ghost-server.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
index.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
overrides.js
update-check.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00