Skip to content

Commit

Permalink
Merge pull request #6456 from dasuni-30/fix/20541
Browse files Browse the repository at this point in the history
Display enable/disable status in My Account
  • Loading branch information
dasuni-30 authored Jun 18, 2024
2 parents a0affd9 + 0d2c754 commit 6be5815
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gentle-pianos-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/admin.extensions.v1": patch
---

Display enable/disable status in My Account
2 changes: 1 addition & 1 deletion features/admin.extensions.v1/configs/application.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const applicationConfig: ApplicationConfig = {
showFapiFeatureStatusChip: false,
showMtlsAliases: false,
showMyAccount: true,
showMyAccountStatus: false,
showMyAccountStatus: true,
showReturnAuthenticatedIdPs: true,
showSaaS: true
},
Expand Down

0 comments on commit 6be5815

Please sign in to comment.