Skip to content

Commit

Permalink
feat(admin-ui): Fix Tokens and Logout tab in Client Edit Page #390
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrydy committed Aug 26, 2022
1 parent 04d5942 commit 13c622a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ function ClientWizardForm({
client={client}
scripts={scripts}
formik={formik}
viewOnly
viewOnly={viewOnly}
/>
{/* <ClientAdvanced
client={client}
Expand All @@ -366,7 +366,7 @@ function ClientWizardForm({
client={client}
scripts={scripts}
formik={formik}
viewOnly
viewOnly={viewOnly}
/>
{/* <ClientEncryption
client={client}
Expand Down

0 comments on commit 13c622a

Please sign in to comment.