From b82a4f6cd4e5bbf69af6b5472aeda257f41694f9 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Mon, 29 Jul 2013 09:56:19 -0400 Subject: [PATCH] AC-301 attempting to prevent content flash between logins --- awx/ui/static/lib/ansible/authenticate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;