debug
All checks were successful
Build and Publish / build-release (push) Successful in 2m0s

This commit is contained in:
2026-04-20 12:22:08 -05:00
parent de5af88030
commit d186478c32

View File

@@ -145,6 +145,7 @@ func (wr *wrappedOIDCAppReconciler) Reconcile(ctx context.Context, ztdClient *cl
}
if len(appList.Applications) > 0 {
fmt.Println(appList.Applications)
appid = &appList.Applications[0].ApplicationId
clientid = &appList.Applications[0].GetApiConfiguration().ClientId
}