mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
fix: improve LDAP page UI (#1749)
* refactor: improve LDAP sync page * refactor: update anted version * chore: i18
This commit is contained in:
@ -89,7 +89,7 @@ func (c *ApiController) GetLdapUsers() {
|
||||
uuids = append(uuids, user.Uuid)
|
||||
}
|
||||
|
||||
existUuids := object.CheckLdapUuidExist(ldapServer.Owner, uuids)
|
||||
existUuids := object.GetExistUuids(ldapServer.Owner, uuids)
|
||||
|
||||
c.ResponseOk(resp, existUuids)
|
||||
}
|
||||
|
Reference in New Issue
Block a user