fix: improve LDAP page UI (#1749)

* refactor: improve LDAP sync page

* refactor: update anted version

* chore: i18
This commit is contained in:
Yaodong Yu
2023-04-17 22:03:05 +08:00
committed by GitHub
parent df741805cd
commit 903745c540
15 changed files with 608 additions and 62 deletions

View File

@ -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)
}