See
SignInFormExtends
Omit<HTMLAttributes<HTMLElement>,"children">
Properties
| Property | Type | Description |
|---|---|---|
as? | ElementType | The element type to render the form as. |
onSuccess? | () => void | The function to call when the sign in is successful. |
step? | "credentials" | "verification" | If set, will render the form for this step of the sign in flow, regardless of the context value. |
children? | (props: { step: "credentials" | "verification"; authMethod: AuthMethod; Form: ReactNode; }) => ReactNode | The children of the component. |