View Source AshAuthentication.Phoenix.ResetLive (ash_authentication_phoenix v2.4.2)
A generic, white-label password reset page.
This live-view can be rendered into your app using the
AshAuthentication.Phoenix.Router.reset_route/1
macro in your router (or by
using Phoenix.LiveView.Controller.live_render/3
directly in your markup).
This live-view looks for the token
URL parameter, and if found passes it to
AshAuthentication.Phoenix.Components.Reset
.
Overrides
This component provides the following overrides:
:root_class
- CSS class for the rootdiv
element.:reset_id
- Element ID for theReset
LiveComponent.
See AshAuthentication.Phoenix.Overrides
for more information.