Open LannyBose opened 1 week ago
When referencing how to make a manual password change, I felt the included documentation could use some sprucing up.
Changes include:
Ash.Changeset.new/2
set_context
HashPasswordChange.change
BadMapError
update
It's very possible my first chunk of code isn't idiomatic, but it did work. Happy to receive adjusting feedback there!
When referencing how to make a manual password change, I felt the included documentation could use some sprucing up.
Changes include:
Ash.Changeset.new/2
seems to be goneset_context
didn't work as expected when handed toHashPasswordChange.change
. It kept resulting inBadMapError
update
Resource DSLIt's very possible my first chunk of code isn't idiomatic, but it did work. Happy to receive adjusting feedback there!