mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-12 10:49:29 +08:00
c4d06d877e
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.
3 lines
63 B
Elixir
3 lines
63 B
Elixir
defmodule LivebookWeb.AuthView do
|
|
use LivebookWeb, :view
|
|
end
|