View Source AshAuthentication.Phoenix.Components.Reset (ash_authentication_phoenix v1.4.5)

Renders a password-reset form.

component-heirarchy

Component heirarchy

Children:

props

Props

  • token - The reset token.
  • overrides - A list of override modules.

overrides

Overrides

This component provides the following overrides:

  • :root_class - CSS class for the root div element.
  • :show_banner - Whether or not to show the banner.
  • :strategy_class - CSS class for a div surrounding each strategy component.

See AshAuthentication.Phoenix.Overrides for more information.

Link to this section Summary

Link to this section Types

@type props() :: %{:token => String.t(), optional(:overrides) => [module()]}