mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-25 02:31:59 -05:00
no issue - if the session is "authenticated" but is invalid, the initial load of the app would fail. It could be replicated by: 1. Authenticating in a running ghost instance 2. Stopping ghost 3. Deleting the database 4. Re-starting ghost 5. Closing the browser 6. Re-opening the browser and visiting http://localhost:2368/ghost - this fix stores the `transition` object for the duration of the initial load so that `sessionInvalidated` method can trigger actions before the transition has finished |
||
---|---|---|
.. | ||
editor | ||
posts | ||
settings | ||
setup | ||
subscribers | ||
team | ||
about.js | ||
application.js | ||
authenticated.js | ||
error404.js | ||
mobile-index-route.js | ||
posts.js | ||
reset.js | ||
setup.js | ||
signin.js | ||
signout.js | ||
signup.js | ||
subscribers.js |