diff --git a/src/app/[orgId]/settings/(private)/idp/create/page.tsx b/src/app/[orgId]/settings/(private)/idp/create/page.tsx
index a899a2aa..682b23f1 100644
--- a/src/app/[orgId]/settings/(private)/idp/create/page.tsx
+++ b/src/app/[orgId]/settings/(private)/idp/create/page.tsx
@@ -331,29 +331,24 @@ export default function Page() {
-
-
-
-
-
- {t("idpType")}
-
-
- {t("idpTypeDescription")}
-
-
-
- {
- handleProviderChange(
- value as "oidc" | "google" | "azure"
- );
- }}
- cols={3}
- />
+
+
+
+ {t("idpType")}
+
+
+
{
+ handleProviderChange(
+ value as "oidc" | "google" | "azure"
+ );
+ }}
+ cols={3}
+ />
+
diff --git a/src/app/admin/idp/create/page.tsx b/src/app/admin/idp/create/page.tsx
index dbcd5f00..fe869935 100644
--- a/src/app/admin/idp/create/page.tsx
+++ b/src/app/admin/idp/create/page.tsx
@@ -208,27 +208,23 @@ export default function Page() {
-
-
-
-
-
- {t("idpType")}
-
-
- {t("idpTypeDescription")}
-
-
-
- {
- form.setValue("type", value as "oidc");
- }}
- cols={3}
- />
+
+
+
+ {t("idpType")}
+
+
+
+
{
+ form.setValue("type", value as "oidc");
+ }}
+ cols={3}
+ />
+