Skip to content

Commit 114a306

Browse files
committed
fix(admin-ui): client submit issue fixed
1 parent cabea3d commit 114a306

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

admin-ui/plugins/auth-server/components/Clients/ClientWizardForm.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -268,12 +268,7 @@ function ClientWizardForm({
268268
values.jansAuthSignedRespAlg
269269
values[ATTRIBUTE].jansAuthEncRespAlg = values.jansAuthEncRespAlg
270270
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-
271+
customOnSubmit(JSON.parse(JSON.stringify(values)))
277272
}}
278273
>
279274
{(formik) => (

0 commit comments

Comments
 (0)