diff --git a/packages/plugins/@nocobase/plugin-auth/src/client/settings/schemas/authenticators.ts b/packages/plugins/@nocobase/plugin-auth/src/client/settings/schemas/authenticators.ts index ab17b3a218..39ae8c175e 100644 --- a/packages/plugins/@nocobase/plugin-auth/src/client/settings/schemas/authenticators.ts +++ b/packages/plugins/@nocobase/plugin-auth/src/client/settings/schemas/authenticators.ts @@ -349,6 +349,7 @@ export const authenticatorsSchema: ISchema = { name: { 'x-component': 'CollectionField', 'x-decorator': 'FormItem', + 'x-disabled': true, }, authType: { 'x-component': 'CollectionField',