We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d1f61 commit 88c35b4Copy full SHA for 88c35b4
lib/ash_authentication_phoenix/components/reset.ex
@@ -86,7 +86,7 @@ defmodule AshAuthentication.Phoenix.Components.Reset do
86
current_tenant={@current_tenant}
87
strategy={strategy}
88
token={@token}
89
- id={"#{Info.authentication_subject_name!(@strategy.resource)}-#{strategy.name}-reset-form"}
+ id={"#{Info.authentication_subject_name!(strategy.resource)}-#{strategy.name}-reset-form"}
90
label={false}
91
overrides={@overrides}
92
gettext_fn={@gettext_fn}
0 commit comments