mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
b0cd10b845
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 |
||
---|---|---|
.. | ||
app | ||
config | ||
lib | ||
public/assets | ||
tests | ||
.ember-cli | ||
.gitignore | ||
.jscsrc | ||
.jshintrc | ||
.watchmanconfig | ||
bower.json | ||
ember-cli-build.js | ||
package.json | ||
testem.js |