api-v2/deps/phoenix/priv/templates/phx.gen.auth/reset_password_html.ex
2025-04-16 10:03:13 -03:00

6 lines
246 B
Elixir

defmodule <%= inspect context.web_module %>.<%= inspect Module.concat(schema.web_namespace, schema.alias) %>ResetPasswordHTML do
use <%= inspect context.web_module %>, :html
embed_templates "<%= schema.singular %>_reset_password_html/*"
end