Skip to content

Commit

Permalink
fix: Apply overrides to password reset update form
Browse files Browse the repository at this point in the history
Without this, only the default override values are used!
  • Loading branch information
sevenseacat authored Nov 12, 2024
1 parent 8faad79 commit 84f5675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/ash_authentication_phoenix.install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ defmodule Mix.Tasks.AshAuthenticationPhoenix.Install do
overrides: [#{inspect(overrides)}, AshAuthentication.Phoenix.Overrides.Default]
# Remove this if you do not want to use the reset password feature
reset_route auth_routes_prefix: "/auth"
reset_route auth_routes_prefix: "/auth", overrides: [#{inspect(overrides)}, AshAuthentication.Phoenix.Overrides.Default]
""",
with_pipelines: [:browser],
arg2: Igniter.Libs.Phoenix.web_module(igniter),
Expand Down

0 comments on commit 84f5675

Please sign in to comment.