livebook/lib/livebook_web/views/auth_view.ex
José Valim c4d06d877e Move auth to its own view
Prior to this PR the HTML head was being
included twice on the password auth page.
One from root.html and another from the
error page, so we decoupled those.
2021-04-16 22:18:59 +02:00

4 lines
63 B
Elixir

defmodule LivebookWeb.AuthView do
use LivebookWeb, :view
end