Skip to main content
Props for the SignInForm component.

See

SignInForm

Extends

  • Omit<HTMLAttributes<HTMLElement>, "children">

Properties

PropertyTypeDescription
as?ElementTypeThe element type to render the form as.
onSuccess?() => voidThe 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; }) => ReactNodeThe children of the component.
I