AshAuthenticationPhoenix Override Register Form
I want to add a form field on the register form, specifically tenant information for attribute based multitenancy. I see that there is a
Is there a way to override just the Password.RegisterForm to a custom component (assuming that is how I'd add the slot)?
register_extra slot which receives the form, so I was thinking I could use that. Is there a way to override just the Password.RegisterForm to a custom component (assuming that is how I'd add the slot)?
