mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-13 21:36:38 +00:00
fix no default idp selector showing on ce closes #2813
This commit is contained in:
@@ -133,8 +133,7 @@ export default function ResourceAuthenticationPage() {
|
|||||||
...orgQueries.identityProviders({
|
...orgQueries.identityProviders({
|
||||||
orgId: org.org.orgId,
|
orgId: org.org.orgId,
|
||||||
useOrgOnlyIdp: env.app.identityProviderMode === "org"
|
useOrgOnlyIdp: env.app.identityProviderMode === "org"
|
||||||
}),
|
})
|
||||||
enabled: isPaidUser(tierMatrix.orgOidc)
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const pageLoading =
|
const pageLoading =
|
||||||
|
|||||||
Reference in New Issue
Block a user