View Source AshAuthentication.Phoenix.Components.Password.SignInForm (ash_authentication_phoenix v2.0.0)

Generates a default sign in form.

Component hierarchy

This is a child of AshAuthentication.Phoenix.Components.Password.

Children:

Props

Overrides

This component provides the following overrides:

  • :root_class - CSS class for the root div element.
  • :label_class - CSS class for the h2 element.
  • :form_class - CSS class for the form element.
  • :slot_class - CSS class for the div surrounding the slot.
  • :disable_button_text - Text for the submit button when the request is happening.

See AshAuthentication.Phoenix.Overrides for more information.

Summary

Types

@type props() :: %{
  :strategy => AshAuthentication.Strategy.t(),
  optional(:label) => String.t() | false,
  optional(:overrides) => [module()],
  optional(:current_tenant) => String.t()
}