towerops/lib/towerops_web/controllers/user_reset_password_html.ex

7 lines
144 B
Elixir

defmodule ToweropsWeb.UserResetPasswordHTML do
@moduledoc false
use ToweropsWeb, :html
embed_templates "user_reset_password_html/*"
end