[#50] fixed mailto duplication
This commit is contained in:
committed by
Benoit TELLIER
parent
5cdce4201a
commit
a6c6f944a6
@@ -7,7 +7,7 @@ export default async function getOpenPaasUser() {
|
||||
|
||||
export async function searchUsers(query: string) {
|
||||
const response: any[] = await api
|
||||
.post(`api/people/search/`, {
|
||||
.post(`api/people/search`, {
|
||||
body: JSON.stringify({
|
||||
limit: 10,
|
||||
objectTypes: ["user", "group", "contact", "ldap"],
|
||||
|
||||
Reference in New Issue
Block a user