We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabea3d commit 114a306Copy full SHA for 114a306
admin-ui/plugins/auth-server/components/Clients/ClientWizardForm.js
@@ -268,12 +268,7 @@ function ClientWizardForm({
268
values.jansAuthSignedRespAlg
269
values[ATTRIBUTE].jansAuthEncRespAlg = values.jansAuthEncRespAlg
270
values[ATTRIBUTE].jansAuthEncRespEnc = values.jansAuthEncRespEnc
271
- if(values?.redirectUris && values?.redirectUris.length <= 0){
272
-
273
- }else{
274
- customOnSubmit(JSON.parse(JSON.stringify(values)))
275
- }
276
+ customOnSubmit(JSON.parse(JSON.stringify(values)))
277
}}
278
>
279
{(formik) => (
0 commit comments