mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
AC-301 attempting to prevent content flash between logins
This commit is contained in:
parent
7a10199a1e
commit
b82a4f6cd4
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user