This commit is contained in:
Marco Lettere 2021-12-21 11:02:19 +01:00
parent 3e2e2d460d
commit 85051056be
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"keycloak": "{{ keycloak }}/{{ keycloak_realm }}",
"id" : "${workflow.input.client_id}",
"keycloak_admin" : "{{ keycloak_admin }}/{{ keycloak_realm }}",
"scriptExpression": "function e(v){ return (v == null || (v.trim && v.trim() === ''))}; if(e($.id)) throw('Client ID must not be empty'); return { } }"
"scriptExpression": "function e(v){ return (v == null || (v.trim && v.trim() === ''))}; if(e($.id)) throw('Client ID must not be empty'); return { }"
}
},
{