Ash FrameworkAF
Ash Framework3y ago
13 replies
talha-azeem

Ash HQ User Settings Page

prop(current_user, :map, required: true)

  data(email_form, :map)
  data(password_form, :map)
  data(merch_form, :map)
  data(address, :string)
  data(name, :string)

How are these working?
Was this page helpful?