Skip to content

Commit

Permalink
Merge pull request wso2#7417 from ShanChathusanda93/sign-in-method-ta…
Browse files Browse the repository at this point in the history
…b-fix-branch

Fix login flow tab not available issue
  • Loading branch information
ShanChathusanda93 authored Jan 27, 2025
2 parents c4d3f6f + bde5fe9 commit 8b0a32f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cyan-kiwis-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/admin.applications.v1": patch
---

fix login flow tab
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ export const EditApplication: FunctionComponent<EditApplicationPropsInterface> =
if (isFeatureEnabled(featureConfig?.applications,
ApplicationManagementConstants.FEATURE_DICTIONARY.get("APPLICATION_EDIT_SIGN_ON_METHOD_CONFIG"))
&& !isM2MApplication
&& (isSuperOrganization() || (isSubOrganization() && isFragmentApp))) {
&& (isSuperOrganization() || (isSubOrganization() && isFragmentApp) || isFirstLevelOrg)) {

applicationConfig.editApplication.
isTabEnabledForApp(
Expand Down

0 comments on commit 8b0a32f

Please sign in to comment.