6 lines
135 B
Elixir
6 lines
135 B
Elixir
|
defmodule PhoenixPasskeysWeb.UserRegistrationHTML do
|
||
|
use PhoenixPasskeysWeb, :html
|
||
|
|
||
|
embed_templates "user_registration_html/*"
|
||
|
end
|