8 lines
94 B
Elixir
8 lines
94 B
Elixir
|
defmodule BrightWeb.AuthHTML do
|
||
|
use BrightWeb, :html
|
||
|
|
||
|
|
||
|
embed_templates "auth_html/*"
|
||
|
|
||
|
end
|