diff --git a/ui/src/components/SchemaForm/types.ts b/ui/src/components/SchemaForm/types.ts index 3d8cba4a..d7965ca7 100644 --- a/ui/src/components/SchemaForm/types.ts +++ b/ui/src/components/SchemaForm/types.ts @@ -7,8 +7,8 @@ import * as Type from '@/common/interface'; export interface FormProps { schema: JSONSchema | null; - formData: Type.FormDataType | null; uiSchema?: UISchema; + formData: Type.FormDataType | null; refreshConfig?: FormKit['refreshConfig']; hiddenSubmit?: boolean; onChange?: (data: Type.FormDataType) => void; diff --git a/ui/src/pages/Users/Login/index.tsx b/ui/src/pages/Users/Login/index.tsx index 060f1c14..7bb293fb 100644 --- a/ui/src/pages/Users/Login/index.tsx +++ b/ui/src/pages/Users/Login/index.tsx @@ -175,6 +175,9 @@ const Index: React.FC = () => { return ( + + + {step === 1 ? ( {ucAgentInfo ? (