Exception in transformer AshAuthentication.Strategy.Custom.Transformer
Hi there.
I got an exception in transformer AshAuthentication.Strategy.Custom.Transformer when following the Authentication guide . Instead of User I set the resource name to Usuario.
mix.exs
Resource file
The resettable property of the struct strategy is nil at ash_authentication/strategies/password/transformer.ex:77.
I tried to set the property to a function, as shown in the docs (https://hexdocs.pm/ash_authentication/AshAuthentication.Sender.html), but I still get the error.
I hope someone can help me.
Thanks
I got an exception in transformer AshAuthentication.Strategy.Custom.Transformer when following the Authentication guide . Instead of User I set the resource name to Usuario.
mix.exs
Resource file
The resettable property of the struct strategy is nil at ash_authentication/strategies/password/transformer.ex:77.
I tried to set the property to a function, as shown in the docs (https://hexdocs.pm/ash_authentication/AshAuthentication.Sender.html), but I still get the error.
I hope someone can help me.
Thanks
