mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
fixed messing up add user form w social auth pw hide earlier
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user