Ash FrameworkAF
Ash Framework3y ago
3 replies
frankdugan3

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]

For some reason, the overrides are applying in the sign_in_route, but not the reset_route. Am I missing something? :thinkies:
2023-05-21T200150761731432-0500.png
Was this page helpful?