diff --git a/awx/ui/client/src/login/login.route.js b/awx/ui/client/src/login/login.route.js index b290adfcfe..9f0bd8766b 100644 --- a/awx/ui/client/src/login/login.route.js +++ b/awx/ui/client/src/login/login.route.js @@ -9,10 +9,5 @@ import {templateUrl} from '../shared/template-url/template-url.factory'; export default { name: 'signIn', route: '/login', - templateUrl: templateUrl('login/loginBackDrop'), - resolve: { - features: ['FeaturesService', function(FeaturesService) { - return FeaturesService.get(); - }] - } + templateUrl: templateUrl('login/loginBackDrop') };