Skip to content

Commit

Permalink
Merge pull request #5762 from ZiyamSanthosh/master-fix-mobile-native-…
Browse files Browse the repository at this point in the history
…template

Improve the logic to hide API based authentication configuration in Mobile Applications
  • Loading branch information
ZiyamSanthosh authored Mar 15, 2024
2 parents 18477cc + 12e3c2c commit c011ed6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-wolves-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/console": patch
---

Improve logic to hide API native auth in applications
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,10 @@ export const AdvancedConfigurationsForm: FunctionComponent<AdvancedConfiguration
{
(
isApplicationNativeAuthenticationEnabled &&
template?.id === ApplicationManagementConstants.CUSTOM_APPLICATION ||
(template?.id === ApplicationManagementConstants.CUSTOM_APPLICATION ||
template?.id === ApplicationManagementConstants.CUSTOM_APPLICATION_OIDC ||
template?.id === ApplicationManagementConstants.MOBILE ||
template?.id === ApplicationManagementConstants.TEMPLATE_IDS.get("oidcWeb")
template?.id === ApplicationManagementConstants.TEMPLATE_IDS.get("oidcWeb"))
) && (
<>
<Grid>
Expand Down

0 comments on commit c011ed6

Please sign in to comment.