Skip to content

Commit 88c35b4

Browse files
committed
chore: fix typo
1 parent 50d1f61 commit 88c35b4

File tree

1 file changed

+1
-1
lines changed
  • lib/ash_authentication_phoenix/components

1 file changed

+1
-1
lines changed

lib/ash_authentication_phoenix/components/reset.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ defmodule AshAuthentication.Phoenix.Components.Reset do
8686
current_tenant={@current_tenant}
8787
strategy={strategy}
8888
token={@token}
89-
id={"#{Info.authentication_subject_name!(@strategy.resource)}-#{strategy.name}-reset-form"}
89+
id={"#{Info.authentication_subject_name!(strategy.resource)}-#{strategy.name}-reset-form"}
9090
label={false}
9191
overrides={@overrides}
9292
gettext_fn={@gettext_fn}

0 commit comments

Comments
 (0)