Ghost/ghost/admin/app/routes/authenticated.js
2017-02-06 16:39:42 +00:00

7 lines
217 B
JavaScript

import Route from 'ember-route';
import AuthenticatedRouteMixin from 'ember-simple-auth/mixins/authenticated-route-mixin';
export default Route.extend(AuthenticatedRouteMixin, {
authenticationRoute: 'signin'
});