chiya/lib/chiya_web/controllers/identity_html.ex
2023-03-09 21:42:54 +01:00

13 lines
263 B
Elixir

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