6 lines
92 B
Elixir
Raw Permalink Normal View History

2025-02-08 02:54:01 -08:00
defmodule BrightWeb.AuthHTML do
use BrightWeb, :html
embed_templates "auth_html/*"
end