Ghost/ghost/admin/app/controllers/settings/staff/user-loading.js
Sanne de Vries beca9b13dd Updated Author user profile page and sidebar
No issue

- Authors don't need access to staff page and don't need to see breadcrumbs on their profile page
- There's enough space in the side navigation for the post views to be visible by default
2022-01-26 14:49:55 +00:00

6 lines
187 B
JavaScript

import Controller from '@ember/controller';
import {inject as service} from '@ember/service';
export default class StaffUserLoadingController extends Controller {
@service session;
}