I started using the registration hooks.
I am using hiro.
When i register using RegisterAfterAuthenticateDevice, the intventory setup of hiro no longer occures when a new user is authenticated.
What am I missing ?
Hello @jell-o-fishi,
If you’re using Hiro, you should use systems.SetAfterAuthenticate(...)
function for your after-hook, as Hiro registers its own.
Hope this helps.
that was it. thanks