mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 17:32:15 +03:00
beca9b13dd
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
6 lines
187 B
JavaScript
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;
|
|
} |