diff --git a/awx/ui/client/src/login/authenticationServices/authentication.service.js b/awx/ui/client/src/login/authenticationServices/authentication.service.js index 8eed1ace80..c65ca0061d 100644 --- a/awx/ui/client/src/login/authenticationServices/authentication.service.js +++ b/awx/ui/client/src/login/authenticationServices/authentication.service.js @@ -16,9 +16,9 @@ export default ['$http', '$rootScope', '$location', '$cookieStore', 'GetBasePath', 'Store', - '$injector', '$q', + '$injector', function ($http, $rootScope, $location, $cookieStore, GetBasePath, Store, - $injector, $q) { + $injector) { return { setToken: function (token, expires) { // set the session cookie