Files
voice_recognition/whisper2/deps/phoenix/priv/templates/phx.gen.auth/registration_html.ex

6 lines
243 B
Elixir

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