Skip to content

Commit

Permalink
fix: 404 route
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Sep 23, 2024
1 parent a195f89 commit a9d72a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defmodule AtomicWeb.UserResetPasswordController do
else
conn
|> put_flash(:error, "Reset password link is invalid or it has expired.")
|> redirect(to: ~p"/404")
|> redirect(to: "/404")
end
end
end

0 comments on commit a9d72a6

Please sign in to comment.