fixed messing up add user form w social auth pw hide earlier

This commit is contained in:
John Mitchell 2015-11-16 16:25:43 -05:00
parent 01b77168b5
commit a698dae53f

View File

@ -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();