diff --git a/services/master-user.ts b/services/master-user.ts index 504dcd8..b61e42d 100644 --- a/services/master-user.ts +++ b/services/master-user.ts @@ -15,6 +15,7 @@ const id = getCookiesDecrypt("uie"); export async function listMasterUsers(data: any) { const headers = { "content-type": "application/json", + Authorization: `Bearer ${token}`, }; return await httpGet( `/users?page=${data.page}&limit=${data.limit}&username=${