Move auth template to page

This commit is contained in:
Mirai Kumiko 2025-06-21 12:16:27 +02:00
parent 1b404b3ea9
commit 5cb937c14c
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
3 changed files with 0 additions and 6 deletions

View file

@ -4,12 +4,6 @@ defmodule NullaWeb.PageHTML do
embed_templates "templates/page/*" embed_templates "templates/page/*"
end end
defmodule NullaWeb.AuthHTML do
use NullaWeb, :html
embed_templates "templates/auth/*"
end
defmodule NullaWeb.ActorHTML do defmodule NullaWeb.ActorHTML do
use NullaWeb, :html use NullaWeb, :html