mirror of
https://github.com/ansible/awx.git
synced 2026-04-08 19:49:22 -02: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.ldap_user = false;
|
||||||
$scope.not_ldap_user = !$scope.ldap_user;
|
$scope.not_ldap_user = !$scope.ldap_user;
|
||||||
$scope.ldap_dn = null;
|
$scope.ldap_dn = null;
|
||||||
|
$scope.socialAuthUser = false;
|
||||||
|
|
||||||
generator.reset();
|
generator.reset();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user