Skip to content

Commit

Permalink
(fix) address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintha Isuru committed Nov 30, 2023
1 parent c7f7826 commit 0768eeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .changeset/metal-squids-look.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
"@wso2is/console": patch
"@wso2is/myaccount": patch
"@wso2is/identity-apps-core": patch
"@wso2is/i18n": patch
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const AdvancedConfigurationsForm: FunctionComponent<AdvancedConfiguration

// if apiBasedAuthentication is disabled, then disable clientAttestation as well.
const enableClientAttestation: boolean = values.enableAPIBasedAuthentication
? !!values.enableClientAttestation
? values.enableClientAttestation
: false;

const data:any = {
Expand Down

0 comments on commit 0768eeb

Please sign in to comment.