mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
init aps script change call to fetch more users than default 100 (#7982)
This commit is contained in:
parent
54357cad02
commit
fa96a15be4
@ -314,7 +314,7 @@ async function getDefaultApsUsersFromRealm() {
|
||||
`${program.host}/auth/admin/realms/alfresco/users`,
|
||||
'GET',
|
||||
{},
|
||||
{},
|
||||
{ max: 1000 },
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
|
Loading…
x
Reference in New Issue
Block a user