Ghost/ghost/admin/app/routes/setup
Kevin Ansfield 2332f339dc
Fixed setup/done screen showing 500 when not authenticated (#19973)
closes https://linear.app/tryghost/issue/IPC-136/setupdone-route-500s-if-you-hit-it-from-a-logged-out-state-instead-of

- the setup/done route was not set up as an authenticated route so no redirect occurred when accessing it directly before logging in which in turn caused an error because the route tries to read from the session user
2024-04-02 16:43:44 +00:00
..
done.js Fixed setup/done screen showing 500 when not authenticated (#19973) 2024-04-02 16:43:44 +00:00
index.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00