mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
fixed messing up add user form w social auth pw hide earlier
This commit is contained in:
parent
01b77168b5
commit
a698dae53f
@ -119,6 +119,7 @@ export function UsersAdd($scope, $rootScope, $compile, $location, $log, $routePa
|
||||
$scope.ldap_user = false;
|
||||
$scope.not_ldap_user = !$scope.ldap_user;
|
||||
$scope.ldap_dn = null;
|
||||
$scope.socialAuthUser = false;
|
||||
|
||||
generator.reset();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user