mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
AC-301 attempting to prevent content flash between logins
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user