phoenix_passkeys/lib/phoenix_passkeys_web/controllers/user_settings_html.ex

6 lines
127 B
Elixir
Raw Normal View History

2023-10-12 03:03:10 +00:00
defmodule PhoenixPasskeysWeb.UserSettingsHTML do
use PhoenixPasskeysWeb, :html
embed_templates "user_settings_html/*"
end