phoenix_passkeys/lib/phoenix_passkeys_web/controllers/user_confirmation_html.ex

6 lines
135 B
Elixir

defmodule PhoenixPasskeysWeb.UserConfirmationHTML do
use PhoenixPasskeysWeb, :html
embed_templates "user_confirmation_html/*"
end