mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Merge pull request #448 from jaredevantabor/login-route-fix
removing resolve on /login route
This commit is contained in:
commit
0bbb294e83
@ -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')
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user