We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8165a8 commit ed67a7fCopy full SHA for ed67a7f
src/pages/IdentityProvider/Create/index.tsx
@@ -5,6 +5,7 @@ import {
5
ProForm,
6
ProFormDependency,
7
ProFormSelect,
8
+ ProFormSwitch,
9
ProFormText,
10
} from '@ant-design/pro-components';
11
import { useIntl } from '@umijs/max';
@@ -158,7 +159,9 @@ const CreatePolicy: React.FC = () => {
158
159
align="center"
160
title={intl.formatMessage(INTL.LOGIN_CONFIG)}
161
titleStyle={{ marginBottom: '14px' }}
- ></ProForm.Group>
162
+ >
163
+ <ProFormSwitch label={'是否自动注册'} />
164
+ </ProForm.Group>
165
</ProForm>
166
</ProCard>
167
</PageContainer>
0 commit comments