0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test/unit/apps/private-blogging
Fabien O'Carroll eb22429338 🐛 Fixed redirect issue with private sites (#9960)
closes #9959

This issue existed because the logic assumed that if there were no
query parameters then there would be no `query` object. However this is
not the case. What we really wanted to check was for the existence of an
"r" query param - the code has been refactor to explicitly do this now.
2018-11-07 16:16:27 +07:00
..
controller_spec.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
input_password_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
middleware_spec.js 🐛 Fixed redirect issue with private sites (#9960) 2018-11-07 16:16:27 +07:00