diff --git a/awx/ui/static/js/controllers/Adhoc.js b/awx/ui/static/js/controllers/Adhoc.js index 594f93ab3e..44409af5f4 100644 --- a/awx/ui/static/js/controllers/Adhoc.js +++ b/awx/ui/static/js/controllers/Adhoc.js @@ -150,7 +150,6 @@ export function AdhocCtrl($scope, $rootScope, $location, $routeParams, // if the credential requires it. The way that the current end- // point works is that I find out if I need to ask for a // password from POST, thus I get an error response. - $scope.formReset(); }); };