Skip to content

Commit

Permalink
fix(admin-ui): client submit issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Jan 9, 2023
1 parent cabea3d commit 114a306
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,7 @@ function ClientWizardForm({
values.jansAuthSignedRespAlg
values[ATTRIBUTE].jansAuthEncRespAlg = values.jansAuthEncRespAlg
values[ATTRIBUTE].jansAuthEncRespEnc = values.jansAuthEncRespEnc
if(values?.redirectUris && values?.redirectUris.length <= 0){

}else{
customOnSubmit(JSON.parse(JSON.stringify(values)))
}

customOnSubmit(JSON.parse(JSON.stringify(values)))
}}
>
{(formik) => (
Expand Down

0 comments on commit 114a306

Please sign in to comment.