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

Renders a password-reset form.

Component hierarchy

Children:

Props

  • token - The reset token.
  • overrides - A list of override modules.
  • otp_app - The otp app to look for authenticated resources in

Overrides

This component provides the following overrides:

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

See AshAuthentication.Phoenix.Overrides for more information.

Summary

Types

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