fix no default idp selector showing on ce closes #2813

This commit is contained in:
miloschwartz
2026-04-12 15:20:09 -07:00
parent 89471a0174
commit f91da2ec46

View File

@@ -133,8 +133,7 @@ export default function ResourceAuthenticationPage() {
...orgQueries.identityProviders({
orgId: org.org.orgId,
useOrgOnlyIdp: env.app.identityProviderMode === "org"
}),
enabled: isPaidUser(tierMatrix.orgOidc)
})
});
const pageLoading =