View Source AshAuthentication.Phoenix.Components.Reset (ash_authentication_phoenix v2.4.2)
Renders a password-reset form.
Component hierarchy
Children:
AshAuthentication.Phoenix.Components.Password.Input.password_field/1
AshAuthentication.Phoenix.Components.Password.Input.password_confirmation_field/1
AshAuthentication.Phoenix.Components.Password.Input.submit/1
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 rootdiv
element.:strategy_class
- CSS class for adiv
surrounding each strategy component.:show_banner
- Whether or not to show the banner.
See AshAuthentication.Phoenix.Overrides
for more information.