forked from shibao/cannery
enable live dashboard os monitoring
This commit is contained in:
parent
b49e3c3fa6
commit
1235243a39
@ -72,7 +72,7 @@ defmodule CanneryWeb.UserRegistrationController do
|
||||
|> redirect(to: Routes.user_session_path(Endpoint, :new))
|
||||
|
||||
{:error, %Ecto.Changeset{} = changeset} ->
|
||||
render(conn, "new.html", changeset: changeset, invite: invite)
|
||||
conn |> render("new.html", changeset: changeset, invite: invite)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user