mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
removing resolve on /login route
This commit is contained in:
@@ -9,10 +9,5 @@ import {templateUrl} from '../shared/template-url/template-url.factory';
|
|||||||
export default {
|
export default {
|
||||||
name: 'signIn',
|
name: 'signIn',
|
||||||
route: '/login',
|
route: '/login',
|
||||||
templateUrl: templateUrl('login/loginBackDrop'),
|
templateUrl: templateUrl('login/loginBackDrop')
|
||||||
resolve: {
|
|
||||||
features: ['FeaturesService', function(FeaturesService) {
|
|
||||||
return FeaturesService.get();
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user