mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
b4b5e2a3f5
fixes #5136 - wrap notification fetch with a user role check to remove console error - move author transition down to local route for users/user so that there's no infinite loop - replace all store calls to fetch the current user with the session user instead
5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
import AuthenticatedRoute from 'ghost/routes/authenticated';
|
|
|
|
var UsersRoute = AuthenticatedRoute.extend();
|
|
|
|
export default UsersRoute;
|