Skip to content

Commit

Permalink
fix: Set the expected message in failure function generators. (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianRibao authored Dec 18, 2024
1 parent 637554b commit 0c14504
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 @@ -290,7 +290,7 @@ defmodule Mix.Tasks.AshAuthenticationPhoenix.Install do
end
conn
|> put_flash(:error, "Incorrect email or password")
|> put_flash(:error, message)
|> redirect(to: ~p"/sign-in")
end
Expand Down

0 comments on commit 0c14504

Please sign in to comment.