hide google and azure idp properly

This commit is contained in:
miloschwartz
2026-03-28 18:20:56 -07:00
parent 6ab0555148
commit ba529ad14e
3 changed files with 128 additions and 105 deletions

View File

@@ -219,7 +219,6 @@ export default function Page() {
}
const disabled = !isPaidUser(tierMatrix.orgOidc);
const templatesPaid = isPaidUser(tierMatrix.orgOidc);
return (
<>
@@ -254,7 +253,6 @@ export default function Page() {
<SettingsSectionBody>
<OidcIdpProviderTypeSelect
value={form.watch("type")}
templatesPaid={templatesPaid}
onTypeChange={(next) => {
applyOidcIdpProviderType(form.setValue, next);
}}