Skip to content

Commit

Permalink
Exclude global client from fetch all apps in ul customize
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Oct 31, 2023
1 parent 433089f commit 8a6b35d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cli/universal_login_customize.go
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ func fetchAllApplications(ctx context.Context, api *auth0.API) ([]*applicationDa
ctx,
management.Page(page),
management.PerPage(100),
management.Parameter("is_global", "false"),
management.IncludeFields("client_id", "name", "logo_uri", "client_metadata"),
)
if err != nil {
Expand Down

0 comments on commit 8a6b35d

Please sign in to comment.