6a14087ccc
refs https://github.com/TryGhost/Team/issues/460 - member payment settings are only changeable by owners which would leave the wizard being a single step - wizard is designed to be used as one of the first things after initial site setup which will be completed as the owner user
6 lines
180 B
JavaScript
6 lines
180 B
JavaScript
import Controller from '@ember/controller';
|
|
import {inject as service} from '@ember/service';
|
|
|
|
export default class DashboardController extends Controller {
|
|
@service session;
|
|
} |