Can override `sign_in_route`, but not `reset_route` for AshAuthenticationPhoenix
I have the
For some reason, the overrides are applying in the
:input_class and some other things customized in some overrides, and I'm attempting to apply the overrides to all the routes:For some reason, the overrides are applying in the
sign_in_route, but not the reset_route. Am I missing something? :thinkies:
