Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
enterprise_sso
to conditionally render EnterpriseAccountsSection
Previously, we were only relying on a check within `EnterpriseAccountsSection` to conditionally render it's content only if there's a least one active connection. This is actually exactly what FAPI computes behind the scenes for `userSettings.enterprise_sso.enabled`. This commit utilizes `enterprise_sso` as another layer of assurance.
- Loading branch information