chiya/lib/chiya_web/controllers/identity_html.ex

14 lines
263 B
Elixir
Raw Normal View History

2023-03-09 21:42:54 +01:00
defmodule ChiyaWeb.IdentityHTML do
use ChiyaWeb, :html
embed_templates "identity_html/*"
@doc """
Renders a identity form.
"""
attr :changeset, Ecto.Changeset, required: true
attr :action, :string, required: true
def identity_form(assigns)
end