refactor: address review comments for join view
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
Simon 2026-03-10 22:54:41 +01:00
parent f1d0526209
commit 021b709e6a
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
12 changed files with 113 additions and 31 deletions

View file

@ -24,6 +24,7 @@ defmodule MvWeb.Plugs.JoinFormEnabled do
end
end
# Same body as default ErrorHTML 404 (no custom error templates in this app).
defp send_404(conn) do
conn
|> put_resp_content_type("text/html")