Can override `sign_in_route`, but not `reset_route` for AshAuthenticationPhoenix

I have the :input_class and some other things customized in some overrides, and I'm attempting to apply the overrides to all the routes:
sign_in_route overrides: [HsmWeb.AuthOverrides, AshAuthentication.Phoenix.Overrides.Default]
sign_out_route AuthController
auth_routes_for Hsm.Authentication.User, to: AuthController
reset_route overrides: [HsmWeb.AuthOverrides, AshAuthentication.Phoenix.Overrides.Default]
sign_in_route overrides: [HsmWeb.AuthOverrides, AshAuthentication.Phoenix.Overrides.Default]
sign_out_route AuthController
auth_routes_for Hsm.Authentication.User, to: AuthController
reset_route overrides: [HsmWeb.AuthOverrides, AshAuthentication.Phoenix.Overrides.Default]
For some reason, the overrides are applying in the sign_in_route, but not the reset_route. Am I missing something? :thinkies:
No description
1 Reply
ZachDaniel
ZachDaniel•2y ago
🤔 I'm not sure @jart You're probably more familiar with the override stuff than I am at this point 😆

Did you find this page helpful?