diff --git a/awx/ui/static/lib/ansible/authenticate.js b/awx/ui/static/lib/ansible/authenticate.js index f266a367f2..ef92775da9 100644 --- a/awx/ui/static/lib/ansible/authenticate.js +++ b/awx/ui/static/lib/ansible/authenticate.js @@ -72,7 +72,7 @@ angular.module('AuthService', ['ngCookies']) scope.$destroy(); // but just in case, clear the organization bits - scope.organizations = null; + $rootScope.organizations = null; $rootScope.current_user = {}; $rootScope.license_tested = undefined;